Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-46529 (GCVE-0-2026-46529)
Vulnerability from cvelistv5 – Published: 2026-06-10 19:46 – Updated: 2026-06-10 19:51
VLAI
EPSS
Title
PDF /GoToR action argv injection enables single-click RCE via --gtk-module dlopen
Summary
Atril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv — splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch.
Severity
CWE
Assigner
References
8 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| mate-desktop | atril |
Affected:
< 1.26.3
Affected: >= 1.27.0, < 1.28.4 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-06-10T19:51:50.836Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/05/19/34"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/05/21/7"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/05/22/11"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00041.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00042.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "atril",
"vendor": "mate-desktop",
"versions": [
{
"status": "affected",
"version": "\u003c 1.26.3"
},
{
"status": "affected",
"version": "\u003e= 1.27.0, \u003c 1.28.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Atril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv \u2014 splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-77",
"description": "CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-88",
"description": "CWE-88: Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-829",
"description": "CWE-829: Inclusion of Functionality from Untrusted Control Sphere",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T19:46:23.639Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/mate-desktop/atril/security/advisories/GHSA-vgv2-m826-8f6f",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/mate-desktop/atril/security/advisories/GHSA-vgv2-m826-8f6f"
},
{
"name": "https://github.com/mate-desktop/atril/releases/tag/v1.26.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mate-desktop/atril/releases/tag/v1.26.3"
},
{
"name": "https://github.com/mate-desktop/atril/releases/tag/v1.28.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/mate-desktop/atril/releases/tag/v1.28.4"
}
],
"source": {
"advisory": "GHSA-vgv2-m826-8f6f",
"discovery": "UNKNOWN"
},
"title": "PDF /GoToR action argv injection enables single-click RCE via --gtk-module dlopen"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-46529",
"datePublished": "2026-06-10T19:46:23.639Z",
"dateReserved": "2026-05-14T19:12:32.756Z",
"dateUpdated": "2026-06-10T19:51:50.836Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-46529",
"date": "2026-06-11",
"epss": "0.00131",
"percentile": "0.32234"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-46529\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-10T20:17:28.570\",\"lastModified\":\"2026-06-10T20:58:26.290\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Atril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv \u2014 splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-77\"},{\"lang\":\"en\",\"value\":\"CWE-88\"},{\"lang\":\"en\",\"value\":\"CWE-829\"}]}],\"references\":[{\"url\":\"https://github.com/mate-desktop/atril/releases/tag/v1.26.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mate-desktop/atril/releases/tag/v1.28.4\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/mate-desktop/atril/security/advisories/GHSA-vgv2-m826-8f6f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/19/34\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/21/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/22/11\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/05/msg00041.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/05/msg00042.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
FKIE_CVE-2026-46529
Vulnerability from fkie_nvd - Published: 2026-06-10 20:17 - Updated: 2026-06-10 20:58
Severity
Summary
Atril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv — splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Atril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv \u2014 splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch."
}
],
"id": "CVE-2026-46529",
"lastModified": "2026-06-10T20:58:26.290",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-06-10T20:17:28.570",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/mate-desktop/atril/releases/tag/v1.26.3"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/mate-desktop/atril/releases/tag/v1.28.4"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/mate-desktop/atril/security/advisories/GHSA-vgv2-m826-8f6f"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/05/19/34"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/05/21/7"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/05/22/11"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00041.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00042.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-77"
},
{
"lang": "en",
"value": "CWE-88"
},
{
"lang": "en",
"value": "CWE-829"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
OPENSUSE-SU-2026:10853-1
Vulnerability from csaf_opensuse - Published: 2026-05-24 00:00 - Updated: 2026-05-24 00:00Summary
libppsdocument4_0-6-50.1-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: libppsdocument4_0-6-50.1-2.1 on GA media
Description of the patch: These are all security issues fixed in the libppsdocument4_0-6-50.1-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10853
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-devel-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-devel-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-devel-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-devel-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-lang-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-lang-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-lang-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-lang-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
5 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": "libppsdocument4_0-6-50.1-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libppsdocument4_0-6-50.1-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10853",
"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_10853-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46529 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46529/"
}
],
"title": "libppsdocument4_0-6-50.1-2.1 on GA media",
"tracking": {
"current_release_date": "2026-05-24T00:00:00Z",
"generator": {
"date": "2026-05-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10853-1",
"initial_release_date": "2026-05-24T00:00:00Z",
"revision_history": [
{
"date": "2026-05-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libppsdocument4_0-6-50.1-2.1.aarch64",
"product": {
"name": "libppsdocument4_0-6-50.1-2.1.aarch64",
"product_id": "libppsdocument4_0-6-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libppsview4_0-5-50.1-2.1.aarch64",
"product": {
"name": "libppsview4_0-5-50.1-2.1.aarch64",
"product_id": "libppsview4_0-5-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "nautilus-extension-papers-50.1-2.1.aarch64",
"product": {
"name": "nautilus-extension-papers-50.1-2.1.aarch64",
"product_id": "nautilus-extension-papers-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-50.1-2.1.aarch64",
"product": {
"name": "papers-50.1-2.1.aarch64",
"product_id": "papers-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-devel-50.1-2.1.aarch64",
"product": {
"name": "papers-devel-50.1-2.1.aarch64",
"product_id": "papers-devel-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-lang-50.1-2.1.aarch64",
"product": {
"name": "papers-lang-50.1-2.1.aarch64",
"product_id": "papers-lang-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-plugin-comicsdocument-50.1-2.1.aarch64",
"product": {
"name": "papers-plugin-comicsdocument-50.1-2.1.aarch64",
"product_id": "papers-plugin-comicsdocument-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-plugin-djvudocument-50.1-2.1.aarch64",
"product": {
"name": "papers-plugin-djvudocument-50.1-2.1.aarch64",
"product_id": "papers-plugin-djvudocument-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-plugin-pdfdocument-50.1-2.1.aarch64",
"product": {
"name": "papers-plugin-pdfdocument-50.1-2.1.aarch64",
"product_id": "papers-plugin-pdfdocument-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "papers-plugin-tiffdocument-50.1-2.1.aarch64",
"product": {
"name": "papers-plugin-tiffdocument-50.1-2.1.aarch64",
"product_id": "papers-plugin-tiffdocument-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"product": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"product_id": "typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"product": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"product_id": "typelib-1_0-PapersView-4_0-50.1-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libppsdocument4_0-6-50.1-2.1.ppc64le",
"product": {
"name": "libppsdocument4_0-6-50.1-2.1.ppc64le",
"product_id": "libppsdocument4_0-6-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libppsview4_0-5-50.1-2.1.ppc64le",
"product": {
"name": "libppsview4_0-5-50.1-2.1.ppc64le",
"product_id": "libppsview4_0-5-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nautilus-extension-papers-50.1-2.1.ppc64le",
"product": {
"name": "nautilus-extension-papers-50.1-2.1.ppc64le",
"product_id": "nautilus-extension-papers-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-50.1-2.1.ppc64le",
"product": {
"name": "papers-50.1-2.1.ppc64le",
"product_id": "papers-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-devel-50.1-2.1.ppc64le",
"product": {
"name": "papers-devel-50.1-2.1.ppc64le",
"product_id": "papers-devel-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-lang-50.1-2.1.ppc64le",
"product": {
"name": "papers-lang-50.1-2.1.ppc64le",
"product_id": "papers-lang-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"product": {
"name": "papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"product_id": "papers-plugin-comicsdocument-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-plugin-djvudocument-50.1-2.1.ppc64le",
"product": {
"name": "papers-plugin-djvudocument-50.1-2.1.ppc64le",
"product_id": "papers-plugin-djvudocument-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"product": {
"name": "papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"product_id": "papers-plugin-pdfdocument-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"product": {
"name": "papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"product_id": "papers-plugin-tiffdocument-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"product": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"product_id": "typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"product": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"product_id": "typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libppsdocument4_0-6-50.1-2.1.s390x",
"product": {
"name": "libppsdocument4_0-6-50.1-2.1.s390x",
"product_id": "libppsdocument4_0-6-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libppsview4_0-5-50.1-2.1.s390x",
"product": {
"name": "libppsview4_0-5-50.1-2.1.s390x",
"product_id": "libppsview4_0-5-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "nautilus-extension-papers-50.1-2.1.s390x",
"product": {
"name": "nautilus-extension-papers-50.1-2.1.s390x",
"product_id": "nautilus-extension-papers-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-50.1-2.1.s390x",
"product": {
"name": "papers-50.1-2.1.s390x",
"product_id": "papers-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-devel-50.1-2.1.s390x",
"product": {
"name": "papers-devel-50.1-2.1.s390x",
"product_id": "papers-devel-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-lang-50.1-2.1.s390x",
"product": {
"name": "papers-lang-50.1-2.1.s390x",
"product_id": "papers-lang-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-plugin-comicsdocument-50.1-2.1.s390x",
"product": {
"name": "papers-plugin-comicsdocument-50.1-2.1.s390x",
"product_id": "papers-plugin-comicsdocument-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-plugin-djvudocument-50.1-2.1.s390x",
"product": {
"name": "papers-plugin-djvudocument-50.1-2.1.s390x",
"product_id": "papers-plugin-djvudocument-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-plugin-pdfdocument-50.1-2.1.s390x",
"product": {
"name": "papers-plugin-pdfdocument-50.1-2.1.s390x",
"product_id": "papers-plugin-pdfdocument-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "papers-plugin-tiffdocument-50.1-2.1.s390x",
"product": {
"name": "papers-plugin-tiffdocument-50.1-2.1.s390x",
"product_id": "papers-plugin-tiffdocument-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"product": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"product_id": "typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"product": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"product_id": "typelib-1_0-PapersView-4_0-50.1-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libppsdocument4_0-6-50.1-2.1.x86_64",
"product": {
"name": "libppsdocument4_0-6-50.1-2.1.x86_64",
"product_id": "libppsdocument4_0-6-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libppsview4_0-5-50.1-2.1.x86_64",
"product": {
"name": "libppsview4_0-5-50.1-2.1.x86_64",
"product_id": "libppsview4_0-5-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "nautilus-extension-papers-50.1-2.1.x86_64",
"product": {
"name": "nautilus-extension-papers-50.1-2.1.x86_64",
"product_id": "nautilus-extension-papers-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-50.1-2.1.x86_64",
"product": {
"name": "papers-50.1-2.1.x86_64",
"product_id": "papers-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-devel-50.1-2.1.x86_64",
"product": {
"name": "papers-devel-50.1-2.1.x86_64",
"product_id": "papers-devel-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-lang-50.1-2.1.x86_64",
"product": {
"name": "papers-lang-50.1-2.1.x86_64",
"product_id": "papers-lang-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-plugin-comicsdocument-50.1-2.1.x86_64",
"product": {
"name": "papers-plugin-comicsdocument-50.1-2.1.x86_64",
"product_id": "papers-plugin-comicsdocument-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-plugin-djvudocument-50.1-2.1.x86_64",
"product": {
"name": "papers-plugin-djvudocument-50.1-2.1.x86_64",
"product_id": "papers-plugin-djvudocument-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-plugin-pdfdocument-50.1-2.1.x86_64",
"product": {
"name": "papers-plugin-pdfdocument-50.1-2.1.x86_64",
"product_id": "papers-plugin-pdfdocument-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "papers-plugin-tiffdocument-50.1-2.1.x86_64",
"product": {
"name": "papers-plugin-tiffdocument-50.1-2.1.x86_64",
"product_id": "papers-plugin-tiffdocument-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"product": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"product_id": "typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.x86_64",
"product": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.x86_64",
"product_id": "typelib-1_0-PapersView-4_0-50.1-2.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": "libppsdocument4_0-6-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.aarch64"
},
"product_reference": "libppsdocument4_0-6-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsdocument4_0-6-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.ppc64le"
},
"product_reference": "libppsdocument4_0-6-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsdocument4_0-6-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.s390x"
},
"product_reference": "libppsdocument4_0-6-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsdocument4_0-6-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.x86_64"
},
"product_reference": "libppsdocument4_0-6-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsview4_0-5-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.aarch64"
},
"product_reference": "libppsview4_0-5-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsview4_0-5-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.ppc64le"
},
"product_reference": "libppsview4_0-5-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsview4_0-5-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.s390x"
},
"product_reference": "libppsview4_0-5-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libppsview4_0-5-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.x86_64"
},
"product_reference": "libppsview4_0-5-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-extension-papers-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.aarch64"
},
"product_reference": "nautilus-extension-papers-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-extension-papers-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.ppc64le"
},
"product_reference": "nautilus-extension-papers-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-extension-papers-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.s390x"
},
"product_reference": "nautilus-extension-papers-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-extension-papers-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.x86_64"
},
"product_reference": "nautilus-extension-papers-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-50.1-2.1.aarch64"
},
"product_reference": "papers-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-50.1-2.1.ppc64le"
},
"product_reference": "papers-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-50.1-2.1.s390x"
},
"product_reference": "papers-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-50.1-2.1.x86_64"
},
"product_reference": "papers-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-devel-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-devel-50.1-2.1.aarch64"
},
"product_reference": "papers-devel-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-devel-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-devel-50.1-2.1.ppc64le"
},
"product_reference": "papers-devel-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-devel-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-devel-50.1-2.1.s390x"
},
"product_reference": "papers-devel-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-devel-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-devel-50.1-2.1.x86_64"
},
"product_reference": "papers-devel-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-lang-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-lang-50.1-2.1.aarch64"
},
"product_reference": "papers-lang-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-lang-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-lang-50.1-2.1.ppc64le"
},
"product_reference": "papers-lang-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-lang-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-lang-50.1-2.1.s390x"
},
"product_reference": "papers-lang-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-lang-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-lang-50.1-2.1.x86_64"
},
"product_reference": "papers-lang-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-comicsdocument-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.aarch64"
},
"product_reference": "papers-plugin-comicsdocument-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-comicsdocument-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.ppc64le"
},
"product_reference": "papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-comicsdocument-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.s390x"
},
"product_reference": "papers-plugin-comicsdocument-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-comicsdocument-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.x86_64"
},
"product_reference": "papers-plugin-comicsdocument-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-djvudocument-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.aarch64"
},
"product_reference": "papers-plugin-djvudocument-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-djvudocument-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.ppc64le"
},
"product_reference": "papers-plugin-djvudocument-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-djvudocument-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.s390x"
},
"product_reference": "papers-plugin-djvudocument-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-djvudocument-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.x86_64"
},
"product_reference": "papers-plugin-djvudocument-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-pdfdocument-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.aarch64"
},
"product_reference": "papers-plugin-pdfdocument-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-pdfdocument-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.ppc64le"
},
"product_reference": "papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-pdfdocument-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.s390x"
},
"product_reference": "papers-plugin-pdfdocument-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-pdfdocument-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.x86_64"
},
"product_reference": "papers-plugin-pdfdocument-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-tiffdocument-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.aarch64"
},
"product_reference": "papers-plugin-tiffdocument-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-tiffdocument-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.ppc64le"
},
"product_reference": "papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-tiffdocument-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.s390x"
},
"product_reference": "papers-plugin-tiffdocument-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "papers-plugin-tiffdocument-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.x86_64"
},
"product_reference": "papers-plugin-tiffdocument-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64"
},
"product_reference": "typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le"
},
"product_reference": "typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x"
},
"product_reference": "typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64"
},
"product_reference": "typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.aarch64"
},
"product_reference": "typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le"
},
"product_reference": "typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.s390x"
},
"product_reference": "typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PapersView-4_0-50.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.x86_64"
},
"product_reference": "typelib-1_0-PapersView-4_0-50.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46529"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.x86_64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.x86_64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46529",
"url": "https://www.suse.com/security/cve/CVE-2026-46529"
},
{
"category": "external",
"summary": "SUSE Bug 1265880 for CVE-2026-46529",
"url": "https://bugzilla.suse.com/1265880"
}
],
"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:libppsdocument4_0-6-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.x86_64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.x86_64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsdocument4_0-6-50.1-2.1.x86_64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.aarch64",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.s390x",
"openSUSE Tumbleweed:libppsview4_0-5-50.1-2.1.x86_64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:nautilus-extension-papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-devel-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-lang-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-comicsdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-djvudocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-pdfdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.aarch64",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.s390x",
"openSUSE Tumbleweed:papers-plugin-tiffdocument-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersDocument-4_0-50.1-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PapersView-4_0-50.1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-46529"
}
]
}
SUSE-SU-2026:2232-1
Vulnerability from csaf_suse - Published: 2026-06-03 10:58 - Updated: 2026-06-03 10:58Summary
Security update for evince
Severity
Important
Notes
Title of the patch: Security update for evince
Description of the patch: This update for evince fixes the following issue
- CVE-2026-46529: improper argument sanitization can lead to command injection (bsc#1265880).
Patchnames: SUSE-2026-2232,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2232,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2232,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2232,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2232,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2232,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2232,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2232,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2232
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
268 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-lang-41.4-150400.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for evince",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for evince fixes the following issue\n\n- CVE-2026-46529: improper argument sanitization can lead to command injection (bsc#1265880).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2232,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2232,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2232,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2232,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2232,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2232,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2232,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2232,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2232",
"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_2232-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2232-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262232-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2232-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047098.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265880",
"url": "https://bugzilla.suse.com/1265880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46529 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46529/"
}
],
"title": "Security update for evince",
"tracking": {
"current_release_date": "2026-06-03T10:58:31Z",
"generator": {
"date": "2026-06-03T10:58:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2232-1",
"initial_release_date": "2026-06-03T10:58:31Z",
"revision_history": [
{
"date": "2026-06-03T10:58:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "evince-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-41.4-150400.3.6.1.aarch64",
"product_id": "evince-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-devel-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64",
"product_id": "evince-devel-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-comicsdocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"product": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"product_id": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"product": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"product_id": "libevdocument3-4-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevview3-3-41.4-150400.3.6.1.aarch64",
"product": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64",
"product_id": "libevview3-3-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"product": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"product_id": "nautilus-evince-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"product_id": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"product_id": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-41.4-150400.3.6.1.i586",
"product_id": "evince-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-devel-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-devel-41.4-150400.3.6.1.i586",
"product_id": "evince-devel-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-comicsdocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-djvudocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-dvidocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-pdfdocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-psdocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-tiffdocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.i586",
"product": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.i586",
"product_id": "evince-plugin-xpsdocument-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-41.4-150400.3.6.1.i586",
"product": {
"name": "libevdocument3-4-41.4-150400.3.6.1.i586",
"product_id": "libevdocument3-4-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libevview3-3-41.4-150400.3.6.1.i586",
"product": {
"name": "libevview3-3-41.4-150400.3.6.1.i586",
"product_id": "libevview3-3-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "nautilus-evince-41.4-150400.3.6.1.i586",
"product": {
"name": "nautilus-evince-41.4-150400.3.6.1.i586",
"product_id": "nautilus-evince-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.i586",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.i586",
"product_id": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.i586",
"product": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.i586",
"product_id": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-lang-41.4-150400.3.6.1.noarch",
"product": {
"name": "evince-lang-41.4-150400.3.6.1.noarch",
"product_id": "evince-lang-41.4-150400.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-devel-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-devel-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-devel-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-comicsdocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"product_id": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"product_id": "libevdocument3-4-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"product_id": "libevview3-3-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"product_id": "nautilus-evince-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"product_id": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"product_id": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-41.4-150400.3.6.1.s390x",
"product_id": "evince-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-devel-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-devel-41.4-150400.3.6.1.s390x",
"product_id": "evince-devel-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-comicsdocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"product": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"product_id": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-41.4-150400.3.6.1.s390x",
"product": {
"name": "libevdocument3-4-41.4-150400.3.6.1.s390x",
"product_id": "libevdocument3-4-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libevview3-3-41.4-150400.3.6.1.s390x",
"product": {
"name": "libevview3-3-41.4-150400.3.6.1.s390x",
"product_id": "libevview3-3-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "nautilus-evince-41.4-150400.3.6.1.s390x",
"product": {
"name": "nautilus-evince-41.4-150400.3.6.1.s390x",
"product_id": "nautilus-evince-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"product_id": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"product": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"product_id": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-41.4-150400.3.6.1.x86_64",
"product_id": "evince-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-devel-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64",
"product_id": "evince-devel-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-comicsdocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-comicsdocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"product": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"product_id": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"product": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"product_id": "libevdocument3-4-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevview3-3-41.4-150400.3.6.1.x86_64",
"product": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64",
"product_id": "libevview3-3-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"product": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"product_id": "nautilus-evince-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"product_id": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"product_id": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.s390x"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.s390x"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-devel-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-41.4-150400.3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-lang-41.4-150400.3.6.1.noarch"
},
"product_reference": "evince-lang-41.4-150400.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevdocument3-4-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.x86_64"
},
"product_reference": "libevview3-3-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.x86_64"
},
"product_reference": "nautilus-evince-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46529"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46529",
"url": "https://www.suse.com/security/cve/CVE-2026-46529"
},
{
"category": "external",
"summary": "SUSE Bug 1265880 for CVE-2026-46529",
"url": "https://bugzilla.suse.com/1265880"
}
],
"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 High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-devel-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-lang-41.4-150400.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-djvudocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-dvidocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-pdfdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-psdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-tiffdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:evince-plugin-xpsdocument-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevdocument3-4-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libevview3-3-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nautilus-evince-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceDocument-3_0-41.4-150400.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-EvinceView-3_0-41.4-150400.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-03T10:58:31Z",
"details": "important"
}
],
"title": "CVE-2026-46529"
}
]
}
SUSE-SU-2026:2235-1
Vulnerability from csaf_suse - Published: 2026-06-03 11:00 - Updated: 2026-06-03 11:00Summary
Security update for evince
Severity
Important
Notes
Title of the patch: Security update for evince
Description of the patch: This update for evince fixes the following issue
- CVE-2026-46529: improper argument sanitization can lead to command injection (bsc#1265880).
Patchnames: SUSE-2026-2235,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-2235,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2235,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2235
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
123 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-lang-45.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-lang-45.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-lang-45.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for evince",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for evince fixes the following issue\n\n- CVE-2026-46529: improper argument sanitization can lead to command injection (bsc#1265880).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2235,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-2235,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2235,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2235",
"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_2235-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2235-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262235-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2235-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047095.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265880",
"url": "https://bugzilla.suse.com/1265880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46529 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46529/"
}
],
"title": "Security update for evince",
"tracking": {
"current_release_date": "2026-06-03T11:00:12Z",
"generator": {
"date": "2026-06-03T11:00:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2235-1",
"initial_release_date": "2026-06-03T11:00:12Z",
"revision_history": [
{
"date": "2026-06-03T11:00:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "evince-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-45.0-150600.3.3.1.aarch64",
"product_id": "evince-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-devel-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-devel-45.0-150600.3.3.1.aarch64",
"product_id": "evince-devel-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-comicsdocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"product": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"product_id": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-45.0-150600.3.3.1.aarch64",
"product": {
"name": "libevdocument3-4-45.0-150600.3.3.1.aarch64",
"product_id": "libevdocument3-4-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevview3-3-45.0-150600.3.3.1.aarch64",
"product": {
"name": "libevview3-3-45.0-150600.3.3.1.aarch64",
"product_id": "libevview3-3-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"product_id": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"product_id": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-45.0-150600.3.3.1.i586",
"product_id": "evince-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-devel-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-devel-45.0-150600.3.3.1.i586",
"product_id": "evince-devel-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-comicsdocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-djvudocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-dvidocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-pdfdocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-psdocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-tiffdocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.i586",
"product": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.i586",
"product_id": "evince-plugin-xpsdocument-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-45.0-150600.3.3.1.i586",
"product": {
"name": "libevdocument3-4-45.0-150600.3.3.1.i586",
"product_id": "libevdocument3-4-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libevview3-3-45.0-150600.3.3.1.i586",
"product": {
"name": "libevview3-3-45.0-150600.3.3.1.i586",
"product_id": "libevview3-3-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.i586",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.i586",
"product_id": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.i586",
"product": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.i586",
"product_id": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-lang-45.0-150600.3.3.1.noarch",
"product": {
"name": "evince-lang-45.0-150600.3.3.1.noarch",
"product_id": "evince-lang-45.0-150600.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-devel-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-devel-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-devel-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-comicsdocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"product_id": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"product_id": "libevdocument3-4-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevview3-3-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "libevview3-3-45.0-150600.3.3.1.ppc64le",
"product_id": "libevview3-3-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"product_id": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"product_id": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-45.0-150600.3.3.1.s390x",
"product_id": "evince-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-devel-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-devel-45.0-150600.3.3.1.s390x",
"product_id": "evince-devel-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-comicsdocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"product": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"product_id": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-45.0-150600.3.3.1.s390x",
"product": {
"name": "libevdocument3-4-45.0-150600.3.3.1.s390x",
"product_id": "libevdocument3-4-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libevview3-3-45.0-150600.3.3.1.s390x",
"product": {
"name": "libevview3-3-45.0-150600.3.3.1.s390x",
"product_id": "libevview3-3-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"product_id": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"product": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"product_id": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-45.0-150600.3.3.1.x86_64",
"product_id": "evince-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-devel-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-devel-45.0-150600.3.3.1.x86_64",
"product_id": "evince-devel-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-comicsdocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-comicsdocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"product": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"product_id": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-45.0-150600.3.3.1.x86_64",
"product": {
"name": "libevdocument3-4-45.0-150600.3.3.1.x86_64",
"product_id": "libevdocument3-4-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevview3-3-45.0-150600.3.3.1.x86_64",
"product": {
"name": "libevview3-3-45.0-150600.3.3.1.x86_64",
"product_id": "libevview3-3-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"product_id": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"product_id": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-45.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-lang-45.0-150600.3.3.1.noarch"
},
"product_reference": "evince-lang-45.0-150600.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.aarch64"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.s390x"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.aarch64"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.s390x"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-45.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-lang-45.0-150600.3.3.1.noarch"
},
"product_reference": "evince-lang-45.0-150600.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.aarch64"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.s390x"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.aarch64"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.s390x"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-devel-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-45.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-lang-45.0-150600.3.3.1.noarch"
},
"product_reference": "evince-lang-45.0-150600.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevdocument3-4-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.x86_64"
},
"product_reference": "libevview3-3-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46529"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46529",
"url": "https://www.suse.com/security/cve/CVE-2026-46529"
},
{
"category": "external",
"summary": "SUSE Bug 1265880 for CVE-2026-46529",
"url": "https://bugzilla.suse.com/1265880"
}
],
"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 Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-devel-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-lang-45.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-djvudocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-dvidocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-pdfdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-psdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-tiffdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:evince-plugin-xpsdocument-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevdocument3-4-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libevview3-3-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceDocument-3_0-45.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-EvinceView-3_0-45.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-03T11:00:12Z",
"details": "important"
}
],
"title": "CVE-2026-46529"
}
]
}
SUSE-SU-2026:2288-1
Vulnerability from csaf_suse - Published: 2026-06-05 14:03 - Updated: 2026-06-05 14:03Summary
Security update for evince
Severity
Important
Notes
Title of the patch: Security update for evince
Description of the patch: This update for evince fixes the following issue
- CVE-2026-46529: Evince/Atril/Xreader command injection (bsc#1265880).
Patchnames: SUSE-2026-2288,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2288,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2288
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
62 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-lang-3.20.2-6.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-browser-plugin-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-devel-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-lang-3.20.2-6.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-psdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevdocument3-4-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevview3-3-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:nautilus-evince-3.20.2-6.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for evince",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for evince fixes the following issue\n\n- CVE-2026-46529: Evince/Atril/Xreader command injection (bsc#1265880).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2288,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2288,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2288",
"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_2288-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2288-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262288-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2288-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047118.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265880",
"url": "https://bugzilla.suse.com/1265880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46529 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46529/"
}
],
"title": "Security update for evince",
"tracking": {
"current_release_date": "2026-06-05T14:03:58Z",
"generator": {
"date": "2026-06-05T14:03:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2288-1",
"initial_release_date": "2026-06-05T14:03:58Z",
"revision_history": [
{
"date": "2026-06-05T14:03:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-3.20.2-6.30.1.aarch64",
"product_id": "evince-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.aarch64",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-devel-3.20.2-6.30.1.aarch64",
"product_id": "evince-devel-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.aarch64",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.aarch64",
"product_id": "libevdocument3-4-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.aarch64",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.aarch64",
"product_id": "libevview3-3-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.aarch64",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.aarch64",
"product_id": "nautilus-evince-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.aarch64",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.aarch64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.aarch64",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.i586",
"product": {
"name": "evince-3.20.2-6.30.1.i586",
"product_id": "evince-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.i586",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.i586",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.i586",
"product": {
"name": "evince-devel-3.20.2-6.30.1.i586",
"product_id": "evince-devel-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.i586",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.i586",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.i586",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.i586",
"product_id": "libevdocument3-4-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.i586",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.i586",
"product_id": "libevview3-3-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.i586",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.i586",
"product_id": "nautilus-evince-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.i586",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.i586",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.i586",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.i586",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-lang-3.20.2-6.30.1.noarch",
"product": {
"name": "evince-lang-3.20.2-6.30.1.noarch",
"product_id": "evince-lang-3.20.2-6.30.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-3.20.2-6.30.1.ppc64le",
"product_id": "evince-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-devel-3.20.2-6.30.1.ppc64le",
"product_id": "evince-devel-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.ppc64le",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.ppc64le",
"product_id": "libevdocument3-4-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.ppc64le",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.ppc64le",
"product_id": "libevview3-3-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.ppc64le",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.ppc64le",
"product_id": "nautilus-evince-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.ppc64le",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.ppc64le",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.ppc64le",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.s390",
"product": {
"name": "evince-3.20.2-6.30.1.s390",
"product_id": "evince-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.s390",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.s390",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.s390",
"product": {
"name": "evince-devel-3.20.2-6.30.1.s390",
"product_id": "evince-devel-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.s390",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.s390",
"product_id": "libevdocument3-4-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.s390",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.s390",
"product_id": "libevview3-3-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.s390",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.s390",
"product_id": "nautilus-evince-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-3.20.2-6.30.1.s390x",
"product_id": "evince-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.s390x",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-devel-3.20.2-6.30.1.s390x",
"product_id": "evince-devel-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.s390x",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.s390x",
"product_id": "libevdocument3-4-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.s390x",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.s390x",
"product_id": "libevview3-3-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.s390x",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.s390x",
"product_id": "nautilus-evince-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390x",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390x",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390x",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390x",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "evince-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-3.20.2-6.30.1.x86_64",
"product_id": "evince-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-browser-plugin-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-browser-plugin-3.20.2-6.30.1.x86_64",
"product_id": "evince-browser-plugin-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-devel-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-devel-3.20.2-6.30.1.x86_64",
"product_id": "evince-devel-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-comicsdocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-comicsdocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"product": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"product_id": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevdocument3-4-3.20.2-6.30.1.x86_64",
"product": {
"name": "libevdocument3-4-3.20.2-6.30.1.x86_64",
"product_id": "libevdocument3-4-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "libevview3-3-3.20.2-6.30.1.x86_64",
"product": {
"name": "libevview3-3-3.20.2-6.30.1.x86_64",
"product_id": "libevview3-3-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "nautilus-evince-3.20.2-6.30.1.x86_64",
"product": {
"name": "nautilus-evince-3.20.2-6.30.1.x86_64",
"product_id": "nautilus-evince-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.x86_64",
"product_id": "typelib-1_0-EvinceDocument-3_0-3.20.2-6.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.x86_64",
"product": {
"name": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.x86_64",
"product_id": "typelib-1_0-EvinceView-3_0-3.20.2-6.30.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"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": "evince-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-browser-plugin-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-browser-plugin-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-browser-plugin-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-browser-plugin-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-browser-plugin-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-browser-plugin-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-browser-plugin-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-devel-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-devel-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-devel-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-devel-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-3.20.2-6.30.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-lang-3.20.2-6.30.1.noarch"
},
"product_reference": "evince-lang-3.20.2-6.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64"
},
"product_reference": "evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le"
},
"product_reference": "evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.s390x"
},
"product_reference": "evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.aarch64"
},
"product_reference": "libevdocument3-4-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.ppc64le"
},
"product_reference": "libevdocument3-4-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.s390x"
},
"product_reference": "libevdocument3-4-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.x86_64"
},
"product_reference": "libevdocument3-4-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.aarch64"
},
"product_reference": "libevview3-3-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.ppc64le"
},
"product_reference": "libevview3-3-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.s390x"
},
"product_reference": "libevview3-3-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.x86_64"
},
"product_reference": "libevview3-3-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-3.20.2-6.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.aarch64"
},
"product_reference": "nautilus-evince-3.20.2-6.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-3.20.2-6.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.ppc64le"
},
"product_reference": "nautilus-evince-3.20.2-6.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-3.20.2-6.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.s390x"
},
"product_reference": "nautilus-evince-3.20.2-6.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-3.20.2-6.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.x86_64"
},
"product_reference": "nautilus-evince-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-3.20.2-6.30.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:evince-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-browser-plugin-3.20.2-6.30.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:evince-browser-plugin-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-browser-plugin-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-devel-3.20.2-6.30.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:evince-devel-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-devel-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-lang-3.20.2-6.30.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-lang-3.20.2-6.30.1.noarch"
},
"product_reference": "evince-lang-3.20.2-6.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-djvudocument-3.20.2-6.30.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:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-dvidocument-3.20.2-6.30.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:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-pdfdocument-3.20.2-6.30.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:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-psdocument-3.20.2-6.30.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:evince-plugin-psdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-tiffdocument-3.20.2-6.30.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:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "evince-plugin-xpsdocument-3.20.2-6.30.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:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64"
},
"product_reference": "evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevdocument3-4-3.20.2-6.30.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:libevdocument3-4-3.20.2-6.30.1.x86_64"
},
"product_reference": "libevdocument3-4-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libevview3-3-3.20.2-6.30.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:libevview3-3-3.20.2-6.30.1.x86_64"
},
"product_reference": "libevview3-3-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nautilus-evince-3.20.2-6.30.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:nautilus-evince-3.20.2-6.30.1.x86_64"
},
"product_reference": "nautilus-evince-3.20.2-6.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46529"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:nautilus-evince-3.20.2-6.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46529",
"url": "https://www.suse.com/security/cve/CVE-2026-46529"
},
{
"category": "external",
"summary": "SUSE Bug 1265880 for CVE-2026-46529",
"url": "https://bugzilla.suse.com/1265880"
}
],
"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 12 SP5-LTSS:evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:nautilus-evince-3.20.2-6.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:nautilus-evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-browser-plugin-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-devel-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-lang-3.20.2-6.30.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-djvudocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-dvidocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-pdfdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-psdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-tiffdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:evince-plugin-xpsdocument-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevdocument3-4-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libevview3-3-3.20.2-6.30.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:nautilus-evince-3.20.2-6.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-05T14:03:58Z",
"details": "important"
}
],
"title": "CVE-2026-46529"
}
]
}
WID-SEC-W-2026-1641
Vulnerability from csaf_certbund - Published: 2026-05-21 22:00 - Updated: 2026-06-08 22:00Summary
Evince: Schwachstelle ermöglicht Codeausführung
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Evince ist ein Dokumentenbetrachter und ist als freie Software unter der GNU General Public License (GPL) verbreitet.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Evince ausnutzen, um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Evince <48.4
Open Source / Evince
|
<48.4 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
References
14 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Evince ist ein Dokumentenbetrachter und ist als freie Software unter der GNU General Public License (GPL) verbreitet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Evince ausnutzen, um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1641 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1641.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1641 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1641"
},
{
"category": "external",
"summary": "Evince Gitlab Issue 2153 vom 2026-05-21",
"url": "https://gitlab.gnome.org/GNOME/evince/-/work_items/2153"
},
{
"category": "external",
"summary": "Michael Catanzaro\u0027s Blog vom 2026-05-21",
"url": "https://blogs.gnome.org/mcatanzaro/2026/05/21/single-click-code-execution-exploit-for-evince-atril-and-xreader/"
},
{
"category": "external",
"summary": "PoC CVE-2026-46529 vom 2026-05-21",
"url": "https://github.com/N1et/CVE-2026-46529"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6286 vom 2026-05-22",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00197.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4596 vom 2026-05-22",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00041.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4597 vom 2026-05-22",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00042.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10853-1 vom 2026-05-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5JGMIW4RPOJ2UYKDD4W7OWEI4SLY6AXQ/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8295-1 vom 2026-05-22",
"url": "https://ubuntu.com/security/notices/USN-8295-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2235-1 vom 2026-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026580.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2232-1 vom 2026-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026583.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2288-1 vom 2026-06-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026597.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2MATE-DESKTOP1.X-2026-011 vom 2026-06-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2MATE-DESKTOP1.X-2026-011.html"
}
],
"source_lang": "en-US",
"title": "Evince: Schwachstelle erm\u00f6glicht Codeausf\u00fchrung",
"tracking": {
"current_release_date": "2026-06-08T22:00:00.000+00:00",
"generator": {
"date": "2026-06-09T08:41:54.813+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1641",
"initial_release_date": "2026-05-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian, openSUSE und Ubuntu aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c48.4",
"product": {
"name": "Open Source Evince \u003c48.4",
"product_id": "T054491"
}
},
{
"category": "product_version",
"name": "48.4",
"product": {
"name": "Open Source Evince 48.4",
"product_id": "T054491-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:evince:evince:48.4"
}
}
}
],
"category": "product_name",
"name": "Evince"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T054587",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T054629",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46529",
"product_status": {
"known_affected": [
"2951",
"T002207",
"T054629",
"T054491",
"398363",
"T054587"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-46529"
}
]
}
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…
Loading…