Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-41651 (GCVE-0-2026-41651)
Vulnerability from cvelistv5 – Published: 2026-04-22 13:11 – Updated: 2026-05-06 03:56
VLAI
EPSS
Title
PackageKit vulnerable to TOCTOU Race on Transaction Flags leads to arbitrary package installation as root
Summary
PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.
A local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction->cached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:
1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction->cached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.
2. Silent state-transition rejection (lines 873–882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` → `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.
3. Late flag read at execution time (lines 2273–2277): The scheduler's idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker's flags.
Severity
8.8 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race Condition
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/PackageKit/PackageKit/security… | x_refsource_CONFIRM |
| https://github.com/PackageKit/PackageKit/blob/040… | x_refsource_MISC |
| https://github.com/PackageKit/PackageKit/blob/040… | x_refsource_MISC |
| https://github.com/PackageKit/PackageKit/blob/040… | x_refsource_MISC |
| https://github.security.telekom.com/2026/04/pack2… | x_refsource_MISC |
| http://www.openwall.com/lists/oss-security/2026/04/22/6 |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| PackageKit | PackageKit |
Affected:
>= 1.0.2, <= 1.3.4
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-04-22T17:21:17.120Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/04/22/6"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-41651",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-05T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-06T03:56:11.620Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "PackageKit",
"vendor": "PackageKit",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.2, \u003c= 1.3.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873\u2013882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` \u2192 `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273\u20132277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-367",
"description": "CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-22T13:11:40.174Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv"
},
{
"name": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277"
},
{
"name": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036"
},
{
"name": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882"
},
{
"name": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html"
}
],
"source": {
"advisory": "GHSA-f55j-vvr9-69xv",
"discovery": "UNKNOWN"
},
"title": "PackageKit vulnerable to TOCTOU Race on Transaction Flags leads to arbitrary package installation as root"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-41651",
"datePublished": "2026-04-22T13:11:40.174Z",
"dateReserved": "2026-04-21T23:58:43.802Z",
"dateUpdated": "2026-05-06T03:56:11.620Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-41651",
"date": "2026-06-26",
"epss": "0.00413",
"percentile": "0.33027"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-41651\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-22T14:17:04.617\",\"lastModified\":\"2026-05-05T20:16:39.250\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\\n\\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\\n2. Silent state-transition rejection (lines 873\u2013882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` \u2192 `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\\n3. Late flag read at execution time (lines 2273\u20132277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-367\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:packagekit_project:packagekit:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.3.5\",\"matchCriteriaId\":\"533CCCB1-C825-4DE0-8A4C-1947F07D8E62\"}]}]}],\"references\":[{\"url\":\"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/04/22/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/04/22/6\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-22T17:21:17.120Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-41651\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-05T19:37:17.130392Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-22T18:36:20.126Z\"}}], \"cna\": {\"title\": \"PackageKit vulnerable to TOCTOU Race on Transaction Flags leads to arbitrary package installation as root\", \"source\": {\"advisory\": \"GHSA-f55j-vvr9-69xv\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 8.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"PackageKit\", \"product\": \"PackageKit\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.2, \u003c= 1.3.4\"}]}], \"references\": [{\"url\": \"https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv\", \"name\": \"https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277\", \"name\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036\", \"name\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882\", \"name\": \"https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html\", \"name\": \"https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\\n\\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\\n2. Silent state-transition rejection (lines 873\\u2013882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` \\u2192 `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\\n3. Late flag read at execution time (lines 2273\\u20132277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-367\", \"description\": \"CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-22T13:11:40.174Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-41651\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-06T03:56:11.620Z\", \"dateReserved\": \"2026-04-21T23:58:43.802Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-22T13:11:40.174Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:22146
Vulnerability from csaf_redhat - Published: 2026-06-01 02:57 - Updated: 2026-06-25 11:19Summary
Red Hat Security Advisory: PackageKit security update
Severity
Important
Notes
Topic: An update for PackageKit is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: PackageKit is a D-Bus abstraction layer that allows the session user to manage packages in a secure way using a cross-distribution, cross-architecture API.
Security Fix(es):
* PackageKit: race condition vulnerability leads to arbitrary package installation as root (CVE-2026-41651)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
A flaw was found in PackageKit. A time-of-check time-of-use (TOCTOU) race condition on transaction flags allows unprivileged users to install packages as root, resulting in a local privilege escalation.
8.8 (High)
Affected products
Fixed
63 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
Threats
Impact
Important
References
13 references
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for PackageKit is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PackageKit is a D-Bus abstraction layer that allows the session user to manage packages in a secure way using a cross-distribution, cross-architecture API.\n\nSecurity Fix(es):\n\n* PackageKit: race condition vulnerability leads to arbitrary package installation as root (CVE-2026-41651)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:22146",
"url": "https://access.redhat.com/errata/RHSA-2026:22146"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2460604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460604"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_22146.json"
}
],
"title": "Red Hat Security Advisory: PackageKit security update",
"tracking": {
"current_release_date": "2026-06-25T11:19:19+00:00",
"generator": {
"date": "2026-06-25T11:19:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.1.0"
}
},
"id": "RHSA-2026:22146",
"initial_release_date": "2026-06-01T02:57:07+00:00",
"revision_history": [
{
"date": "2026-06-01T02:57:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-01T02:57:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T11:19:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.src",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.src",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product_id": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum-plugin@1.1.10-2.el7_9.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.i686",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.i686",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product_id": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum-plugin@1.1.10-2.el7_9.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product_id": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum-plugin@1.1.10-2.el7_9.1?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=ppc"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"product": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"product_id": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-yum-plugin@1.1.10-2.el7_9.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"product": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"product_id": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.10-2.el7_9.1?arch=s390"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"product_id": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.10-2.el7_9.1?arch=s390"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"product": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"product_id": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.10-2.el7_9.1?arch=s390"
}
}
},
{
"category": "product_version",
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390",
"product": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390",
"product_id": "PackageKit-0:1.1.10-2.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.10-2.el7_9.1?arch=s390"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"product": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"product_id": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.10-2.el7_9.1?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64"
},
"product_reference": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le"
},
"product_reference": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x"
},
"product_reference": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64"
},
"product_reference": "PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-22T14:01:28.855436+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460604"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PackageKit. A time-of-check time-of-use (TOCTOU) race condition on transaction flags allows unprivileged users to install packages as root, resulting in a local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "PackageKit: race condition vulnerability leads to arbitrary package installation as root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs local access to the system and basic permissions to install packages via PackageKit, limiting its exposure to authenticated users. As this flaw allows a local user to escalate its privileges, specifically gaining administrative permissions, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "RHBZ#2460604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460604"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41651"
},
{
"category": "external",
"summary": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277",
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277"
},
{
"category": "external",
"summary": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036",
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036"
},
{
"category": "external",
"summary": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882",
"url": "https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882"
},
{
"category": "external",
"summary": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv",
"url": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv"
},
{
"category": "external",
"summary": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html",
"url": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html"
}
],
"release_date": "2026-04-22T13:11:40.174000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T02:57:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22146"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, mask the PackageKit service. Note that graphical package managers, such as GNOME software, will not work as expected until the service is unmasked.\n\n~~~\nsudo systemctl stop packagekit.service\nsudo systemctl mask packagekit.service\n~~~",
"product_ids": [
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.src",
"7Server-ELS:PackageKit-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-command-not-found-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-glib-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gstreamer-plugin-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.i686",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-gtk3-module-0:1.1.10-2.el7_9.1.x86_64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.s390x",
"7Server-ELS:PackageKit-yum-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-cron-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-debuginfo-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.i686",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-glib-devel-0:1.1.10-2.el7_9.1.x86_64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.ppc64le",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.s390x",
"7Server-optional-ELS:PackageKit-yum-plugin-0:1.1.10-2.el7_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "PackageKit: race condition vulnerability leads to arbitrary package installation as root"
}
]
}
SUSE-SU-2026:1619-2
Vulnerability from csaf_suse - Published: 2026-05-18 13:19 - Updated: 2026-05-18 13:19Summary
Security update for PackageKit
Severity
Important
Notes
Title of the patch: Security update for PackageKit
Description of the patch: This update for PackageKit fixes the following issue:
- CVE-2026-41651: Do not allow re-invoking methods on non-new transactions (bsc#1262220).
Patchnames: SUSE-2026-1619,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1619,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1619,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1619,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1619
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-lang-1.2.4-150500.6.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-lang-1.2.4-150500.6.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.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 PackageKit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for PackageKit fixes the following issue:\n\n- CVE-2026-41651: Do not allow re-invoking methods on non-new transactions (bsc#1262220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1619,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1619,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1619,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1619,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1619",
"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_1619-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1619-2",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261619-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1619-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046566.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262220",
"url": "https://bugzilla.suse.com/1262220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "Security update for PackageKit",
"tracking": {
"current_release_date": "2026-05-18T13:19:08Z",
"generator": {
"date": "2026-05-18T13:19:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1619-2",
"initial_release_date": "2026-05-18T13:19:08Z",
"revision_history": [
{
"date": "2026-05-18T13:19:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.aarch64",
"product_id": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpackagekit-glib2-18-64bit-1.2.4-150500.6.5.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-18-64bit-1.2.4-150500.6.5.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-18-64bit-1.2.4-150500.6.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-64bit-1.2.4-150500.6.5.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-devel-64bit-1.2.4-150500.6.5.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-devel-64bit-1.2.4-150500.6.5.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-devel-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.i586",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.i586",
"product_id": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.i586",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.i586",
"product_id": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.i586",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.i586",
"product_id": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.i586",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.i586",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.2.4-150500.6.5.1.noarch",
"product": {
"name": "PackageKit-branding-upstream-1.2.4-150500.6.5.1.noarch",
"product_id": "PackageKit-branding-upstream-1.2.4-150500.6.5.1.noarch"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"product": {
"name": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"product_id": "PackageKit-lang-1.2.4-150500.6.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.ppc64le",
"product_id": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-devel-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.s390x",
"product_id": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"product_id": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-backend-dnf-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.x86_64",
"product_id": "PackageKit-gtk3-module-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-32bit-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-32bit-1.2.4-150500.6.5.1.x86_64",
"product_id": "libpackagekit-glib2-18-32bit-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-32bit-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-32bit-1.2.4-150500.6.5.1.x86_64",
"product_id": "libpackagekit-glib2-devel-32bit-1.2.4-150500.6.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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 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 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": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150500.6.5.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:PackageKit-lang-1.2.4-150500.6.5.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150500.6.5.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:PackageKit-lang-1.2.4-150500.6.5.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150500.6.5.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150500.6.5.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:PackageKit-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150500.6.5.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:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150500.6.5.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:PackageKit-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150500.6.5.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:PackageKit-lang-1.2.4-150500.6.5.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150500.6.5.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:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.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-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41651"
}
],
"notes": [
{
"category": "general",
"text": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873-882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` -\u003e `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273-2277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41651",
"url": "https://www.suse.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "SUSE Bug 1262220 for CVE-2026-41651",
"url": "https://bugzilla.suse.com/1262220"
}
],
"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 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-backend-zypp-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:PackageKit-lang-1.2.4-150500.6.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-18-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpackagekit-glib2-devel-1.2.4-150500.6.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-PackageKitGlib-1_0-1.2.4-150500.6.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T13:19:08Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
SUSE-SU-2026:1700-1
Vulnerability from csaf_suse - Published: 2026-05-06 07:42 - Updated: 2026-05-06 07:42Summary
Security update for PackageKit
Severity
Important
Notes
Title of the patch: Security update for PackageKit
Description of the patch: This update for PackageKit fixes the following issue:
- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE
(bsc#1262220).
Patchnames: SUSE-2026-1700,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1700,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1700,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1700,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1700
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-lang-1.2.4-150400.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-lang-1.2.4-150400.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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 PackageKit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for PackageKit fixes the following issue:\n\n- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE\n (bsc#1262220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1700,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1700,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1700,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1700,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1700",
"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_1700-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1700-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261700-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1700-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046212.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262220",
"url": "https://bugzilla.suse.com/1262220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "Security update for PackageKit",
"tracking": {
"current_release_date": "2026-05-06T07:42:33Z",
"generator": {
"date": "2026-05-06T07:42:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1700-1",
"initial_release_date": "2026-05-06T07:42:33Z",
"revision_history": [
{
"date": "2026-05-06T07:42:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.aarch64",
"product_id": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpackagekit-glib2-18-64bit-1.2.4-150400.3.31.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-18-64bit-1.2.4-150400.3.31.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-18-64bit-1.2.4-150400.3.31.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-64bit-1.2.4-150400.3.31.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-devel-64bit-1.2.4-150400.3.31.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-devel-64bit-1.2.4-150400.3.31.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-devel-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.i586",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.i586",
"product_id": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.i586",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.i586",
"product_id": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.i586",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.i586",
"product_id": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.i586",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.i586",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.2.4-150400.3.31.1.noarch",
"product": {
"name": "PackageKit-branding-upstream-1.2.4-150400.3.31.1.noarch",
"product_id": "PackageKit-branding-upstream-1.2.4-150400.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"product": {
"name": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"product_id": "PackageKit-lang-1.2.4-150400.3.31.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.ppc64le",
"product_id": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-devel-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.s390x",
"product_id": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"product_id": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-backend-dnf-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.x86_64",
"product_id": "PackageKit-gtk3-module-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-32bit-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-32bit-1.2.4-150400.3.31.1.x86_64",
"product_id": "libpackagekit-glib2-18-32bit-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-32bit-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-32bit-1.2.4-150400.3.31.1.x86_64",
"product_id": "libpackagekit-glib2-devel-32bit-1.2.4-150400.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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 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 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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150400.3.31.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:PackageKit-lang-1.2.4-150400.3.31.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150400.3.31.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:PackageKit-lang-1.2.4-150400.3.31.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150400.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.4-150400.3.31.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:PackageKit-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.4-150400.3.31.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:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.4-150400.3.31.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:PackageKit-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.4-150400.3.31.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:PackageKit-lang-1.2.4-150400.3.31.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.4-150400.3.31.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:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.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-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41651"
}
],
"notes": [
{
"category": "general",
"text": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873-882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` -\u003e `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273-2277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41651",
"url": "https://www.suse.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "SUSE Bug 1262220 for CVE-2026-41651",
"url": "https://bugzilla.suse.com/1262220"
}
],
"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:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-backend-zypp-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:PackageKit-lang-1.2.4-150400.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-18-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpackagekit-glib2-devel-1.2.4-150400.3.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-PackageKitGlib-1_0-1.2.4-150400.3.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T07:42:33Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
SUSE-SU-2026:1701-1
Vulnerability from csaf_suse - Published: 2026-05-06 07:42 - Updated: 2026-05-06 07:42Summary
Security update for PackageKit
Severity
Important
Notes
Title of the patch: Security update for PackageKit
Description of the patch: This update for PackageKit fixes the following issue:
- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE
(bsc#1262220).
Patchnames: SUSE-2026-1701,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1701,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1701
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-lang-1.1.3-24.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-devel-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-lang-1.1.3-24.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.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 PackageKit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for PackageKit fixes the following issue:\n\n- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE\n (bsc#1262220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1701,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1701,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1701",
"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_1701-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1701-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261701-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1701-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046211.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262220",
"url": "https://bugzilla.suse.com/1262220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "Security update for PackageKit",
"tracking": {
"current_release_date": "2026-05-06T07:42:44Z",
"generator": {
"date": "2026-05-06T07:42:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1701-1",
"initial_release_date": "2026-05-06T07:42:44Z",
"revision_history": [
{
"date": "2026-05-06T07:42:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.aarch64",
"product": {
"name": "PackageKit-1.1.3-24.23.1.aarch64",
"product_id": "PackageKit-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.aarch64",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.aarch64",
"product_id": "PackageKit-devel-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.aarch64",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpackagekit-glib2-18-64bit-1.1.3-24.23.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-18-64bit-1.1.3-24.23.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-18-64bit-1.1.3-24.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-64bit-1.1.3-24.23.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-devel-64bit-1.1.3-24.23.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-devel-64bit-1.1.3-24.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.i586",
"product": {
"name": "PackageKit-1.1.3-24.23.1.i586",
"product_id": "PackageKit-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.i586",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.i586",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.i586",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.i586",
"product_id": "PackageKit-devel-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.i586",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.i586",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.i586",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.i586",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.i586",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.i586",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.i586",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.i586",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.i586",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.i586",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.1.3-24.23.1.noarch",
"product": {
"name": "PackageKit-branding-upstream-1.1.3-24.23.1.noarch",
"product_id": "PackageKit-branding-upstream-1.1.3-24.23.1.noarch"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.1.3-24.23.1.noarch",
"product": {
"name": "PackageKit-lang-1.1.3-24.23.1.noarch",
"product_id": "PackageKit-lang-1.1.3-24.23.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.ppc64le",
"product": {
"name": "PackageKit-1.1.3-24.23.1.ppc64le",
"product_id": "PackageKit-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.ppc64le",
"product_id": "PackageKit-devel-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.ppc64le",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.s390",
"product": {
"name": "PackageKit-1.1.3-24.23.1.s390",
"product_id": "PackageKit-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.s390",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.s390",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.s390",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.s390",
"product_id": "PackageKit-devel-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.s390",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.s390",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.s390",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.s390",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.s390x",
"product": {
"name": "PackageKit-1.1.3-24.23.1.s390x",
"product_id": "PackageKit-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.s390x",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.s390x",
"product_id": "PackageKit-devel-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.s390x",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.s390x",
"product_id": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.s390x",
"product_id": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.1.3-24.23.1.x86_64",
"product": {
"name": "PackageKit-1.1.3-24.23.1.x86_64",
"product_id": "PackageKit-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.1.3-24.23.1.x86_64",
"product": {
"name": "PackageKit-devel-1.1.3-24.23.1.x86_64",
"product_id": "PackageKit-devel-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.1.3-24.23.1.x86_64",
"product_id": "PackageKit-gtk3-module-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.x86_64",
"product_id": "libpackagekit-glib2-18-32bit-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.x86_64",
"product_id": "libpackagekit-glib2-devel-32bit-1.1.3-24.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.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": "PackageKit-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.aarch64"
},
"product_reference": "PackageKit-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.ppc64le"
},
"product_reference": "PackageKit-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.s390x"
},
"product_reference": "PackageKit-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.aarch64"
},
"product_reference": "PackageKit-devel-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.s390x"
},
"product_reference": "PackageKit-devel-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-devel-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.1.3-24.23.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-lang-1.1.3-24.23.1.noarch"
},
"product_reference": "PackageKit-lang-1.1.3-24.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.1.3-24.23.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:PackageKit-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.1.3-24.23.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:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.1.3-24.23.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:PackageKit-devel-1.1.3-24.23.1.x86_64"
},
"product_reference": "PackageKit-devel-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.1.3-24.23.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:PackageKit-lang-1.1.3-24.23.1.noarch"
},
"product_reference": "PackageKit-lang-1.1.3-24.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.1.3-24.23.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:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.1.3-24.23.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:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.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:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41651"
}
],
"notes": [
{
"category": "general",
"text": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873-882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` -\u003e `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273-2277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41651",
"url": "https://www.suse.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "SUSE Bug 1262220 for CVE-2026-41651",
"url": "https://bugzilla.suse.com/1262220"
}
],
"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:PackageKit-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-backend-zypp-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:PackageKit-lang-1.1.3-24.23.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-18-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpackagekit-glib2-devel-1.1.3-24.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-PackageKitGlib-1_0-1.1.3-24.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T07:42:44Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
SUSE-SU-2026:1939-1
Vulnerability from csaf_suse - Published: 2026-05-18 07:43 - Updated: 2026-05-18 07:43Summary
Security update for PackageKit
Severity
Important
Notes
Title of the patch: Security update for PackageKit
Description of the patch: This update for PackageKit fixes the following issue:
- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE
(bsc#1262220).
Patchnames: SUSE-2026-1939,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-1939,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1939,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1939,SUSE-SLE-Product-WE-15-SP7-2026-1939
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
65 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-lang-1.2.8-150600.4.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-lang-1.2.8-150600.4.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-lang-1.2.8-150600.4.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gtk3-module-1.2.8-150600.4.14.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 PackageKit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for PackageKit fixes the following issue:\n\n- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE\n (bsc#1262220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1939,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-1939,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1939,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1939,SUSE-SLE-Product-WE-15-SP7-2026-1939",
"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_1939-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1939-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261939-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1939-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046544.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262220",
"url": "https://bugzilla.suse.com/1262220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "Security update for PackageKit",
"tracking": {
"current_release_date": "2026-05-18T07:43:52Z",
"generator": {
"date": "2026-05-18T07:43:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1939-1",
"initial_release_date": "2026-05-18T07:43:52Z",
"revision_history": [
{
"date": "2026-05-18T07:43:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.aarch64",
"product_id": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpackagekit-glib2-18-64bit-1.2.8-150600.4.14.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-18-64bit-1.2.8-150600.4.14.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-18-64bit-1.2.8-150600.4.14.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-64bit-1.2.8-150600.4.14.1.aarch64_ilp32",
"product": {
"name": "libpackagekit-glib2-devel-64bit-1.2.8-150600.4.14.1.aarch64_ilp32",
"product_id": "libpackagekit-glib2-devel-64bit-1.2.8-150600.4.14.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-devel-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.i586",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.i586",
"product_id": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.i586",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.i586",
"product_id": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.i586",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.i586",
"product_id": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.i586",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.i586",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.2.8-150600.4.14.1.noarch",
"product": {
"name": "PackageKit-branding-upstream-1.2.8-150600.4.14.1.noarch",
"product_id": "PackageKit-branding-upstream-1.2.8-150600.4.14.1.noarch"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"product": {
"name": "PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"product_id": "PackageKit-lang-1.2.8-150600.4.14.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.ppc64le",
"product_id": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-devel-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.s390x",
"product_id": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"product_id": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-backend-dnf-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64",
"product_id": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-32bit-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-32bit-1.2.8-150600.4.14.1.x86_64",
"product_id": "libpackagekit-glib2-18-32bit-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-32bit-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-32bit-1.2.8-150600.4.14.1.x86_64",
"product_id": "libpackagekit-glib2-devel-32bit-1.2.8-150600.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-150600.4.14.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:PackageKit-lang-1.2.8-150600.4.14.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-150600.4.14.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-lang-1.2.8-150600.4.14.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-150600.4.14.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:PackageKit-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-150600.4.14.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:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-150600.4.14.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:PackageKit-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-150600.4.14.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:PackageKit-lang-1.2.8-150600.4.14.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-150600.4.14.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:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.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-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41651"
}
],
"notes": [
{
"category": "general",
"text": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873-882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` -\u003e `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273-2277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41651",
"url": "https://www.suse.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "SUSE Bug 1262220 for CVE-2026-41651",
"url": "https://bugzilla.suse.com/1262220"
}
],
"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:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-backend-zypp-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:PackageKit-lang-1.2.8-150600.4.14.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-18-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpackagekit-glib2-devel-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gstreamer-plugin-1.2.8-150600.4.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:PackageKit-gtk3-module-1.2.8-150600.4.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:43:52Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
SUSE-SU-2026:21427-1
Vulnerability from csaf_suse - Published: 2026-04-29 09:45 - Updated: 2026-04-29 09:45Summary
Security update for PackageKit
Severity
Important
Notes
Title of the patch: Security update for PackageKit
Description of the patch: This update for PackageKit fixes the following issues:
- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE
(bsc#1262220).
Patchnames: SUSE-SLES-16.0-654
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
52 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.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 PackageKit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for PackageKit fixes the following issues:\n\n- CVE-2026-41651: race condition allows for arbitrary RPM package installation as root and can lead to LPE\n (bsc#1262220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-654",
"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_21427-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21427-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621427-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21427-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025823.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262220",
"url": "https://bugzilla.suse.com/1262220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "Security update for PackageKit",
"tracking": {
"current_release_date": "2026-04-29T09:45:09Z",
"generator": {
"date": "2026-04-29T09:45:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21427-1",
"initial_release_date": "2026-04-29T09:45:09Z",
"revision_history": [
{
"date": "2026-04-29T09:45:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-devel-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-devel-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"product": {
"name": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"product_id": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.2.8-160000.4.1.noarch",
"product": {
"name": "PackageKit-lang-1.2.8-160000.4.1.noarch",
"product_id": "PackageKit-lang-1.2.8-160000.4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-devel-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-devel-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-devel-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"product_id": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-devel-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-devel-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch"
},
"product_reference": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.8-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch"
},
"product_reference": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-devel-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch"
},
"product_reference": "PackageKit-lang-1.2.8-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41651"
}
],
"notes": [
{
"category": "general",
"text": "PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5.\n\nA local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction-\u003ecached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`:\n1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction-\u003ecached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING.\n2. Silent state-transition rejection (lines 873-882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` -\u003e `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags.\n3. Late flag read at execution time (lines 2273-2277): The scheduler\u0027s idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker\u0027s flags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41651",
"url": "https://www.suse.com/security/cve/CVE-2026-41651"
},
{
"category": "external",
"summary": "SUSE Bug 1262220 for CVE-2026-41651",
"url": "https://bugzilla.suse.com/1262220"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-29T09:45:09Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
WID-SEC-W-2026-1233
Vulnerability from csaf_certbund - Published: 2026-04-21 22:00 - Updated: 2026-06-01 22:00Summary
PackageKit: Schwachstelle ermöglicht Privilegieneskalation
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: PackageKit ist eine Sammlung von Tools und Bibliotheken, die die Installation, Aktualisierung und Entfernung von Software auf verschiedenen Linux-Distributionen vereinfacht.
Angriff: Ein lokaler Angreifer kann eine Schwachstelle in PackageKit ausnutzen, um seine Privilegien zu erhöhen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source PackageKit <1.3.5
Open Source / PackageKit
|
<1.3.5 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
References
40 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": "PackageKit ist eine Sammlung von Tools und Bibliotheken, die die Installation, Aktualisierung und Entfernung von Software auf verschiedenen Linux-Distributionen vereinfacht.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in PackageKit ausnutzen, um seine Privilegien zu erh\u00f6hen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-1233 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1233.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1233 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1233"
},
{
"category": "external",
"summary": "GitHub PackageKit Commit vom 2026-04-21",
"url": "https://github.com/PackageKit/PackageKit/commit/d9cae13b326238488bf06fb5bf458cfeeaf71869"
},
{
"category": "external",
"summary": "Telekom Security Blog vom 2026-04-21",
"url": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-f55j-vvr9-69xv vom 2026-04-22",
"url": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4545 vom 2026-04-23",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00026.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-41926FE792 vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-41926fe792"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-6C121B3D4C vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-6c121b3d4c"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6226 vom 2026-04-23",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00136.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-7463CD3C32 vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-7463cd3c32"
},
{
"category": "external",
"summary": "Ubuntu CVE Tracker",
"url": "https://bugs.launchpad.net/bugs/cve/2026-41651"
},
{
"category": "external",
"summary": "Red Hat Customer Portal",
"url": "https://access.redhat.com/security/cve/cve-2026-41651"
},
{
"category": "external",
"summary": "PoC vom 2026-04-22",
"url": "https://github.com/Vozec/CVE-2026-41651/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1619-1 vom 2026-04-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025643.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11504 vom 2026-04-29",
"url": "https://access.redhat.com/errata/RHSA-2026:11504"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11635 vom 2026-04-29",
"url": "https://access.redhat.com/errata/RHSA-2026:11635"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8195-3 vom 2026-04-29",
"url": "https://ubuntu.com/security/notices/USN-8195-3"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11504 vom 2026-04-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-11504.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11635 vom 2026-04-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-11635.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:11635 vom 2026-04-30",
"url": "https://errata.build.resf.org/RLSA-2026:11635"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:11504 vom 2026-04-30",
"url": "https://errata.build.resf.org/RLSA-2026:11504"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20646-1 vom 2026-04-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GMDY7ZFLLTZRQFFHN6Z7ZB63DVDXPQXN/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21427-1 vom 2026-05-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025823.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1700-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025849.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1701-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025848.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17561 vom 2026-05-14",
"url": "https://access.redhat.com/errata/RHSA-2026:17561"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17560 vom 2026-05-14",
"url": "https://access.redhat.com/errata/RHSA-2026:17560"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17558 vom 2026-05-14",
"url": "https://access.redhat.com/errata/RHSA-2026:17558"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3282 vom 2026-05-14",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3282.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:18036 vom 2026-05-18",
"url": "https://access.redhat.com/errata/RHSA-2026:18036"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:18024 vom 2026-05-18",
"url": "https://access.redhat.com/errata/RHSA-2026:18024"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:18031 vom 2026-05-18",
"url": "https://access.redhat.com/errata/RHSA-2026:18031"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1939-1 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026116.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1619-2 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026138.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19454 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19454"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19354 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19354"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19141 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19141"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19354 vom 2026-05-20",
"url": "https://errata.build.resf.org/RLSA-2026:19354"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19601 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19601"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22146 vom 2026-06-01",
"url": "https://access.redhat.com/errata/RHSA-2026:22146"
}
],
"source_lang": "en-US",
"title": "PackageKit: Schwachstelle erm\u00f6glicht Privilegieneskalation",
"tracking": {
"current_release_date": "2026-06-01T22:00:00.000+00:00",
"generator": {
"date": "2026-06-02T07:23:02.000+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1233",
"initial_release_date": "2026-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian, Fedora und Ubuntu aufgenommen, Red Hat ebenfalls betroffen, PoC verf\u00fcgbar"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und openSUSE aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2026-05-17T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "T054033",
"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": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.3.5",
"product": {
"name": "Open Source PackageKit \u003c1.3.5",
"product_id": "T053227"
}
},
{
"category": "product_version",
"name": "1.3.5",
"product": {
"name": "Open Source PackageKit 1.3.5",
"product_id": "T053227-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:packagekit_project:packagekit:1.3.5"
}
}
}
],
"category": "product_name",
"name": "PackageKit"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"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": "T027843",
"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": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41651",
"product_status": {
"known_affected": [
"T054033",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T053227",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-04-21T22:00:00.000+00:00",
"title": "CVE-2026-41651"
}
]
}
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…