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- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race Condition
| 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 |
| 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-05-25",
"epss": "0.00153",
"percentile": "0.35567"
},
"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"
}
}
}
alsa-2026:11504
Vulnerability from osv_almalinux
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.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit-command-not-found"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit-glib"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit-glib-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit-gstreamer-plugin"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "PackageKit-gtk3-module"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.6-2.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"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. \n\nSecurity Fix(es): \n\n * PackageKit: race condition vulnerability leads to arbitrary package installation as root (CVE-2026-41651)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:11504",
"modified": "2026-04-30T08:54:32Z",
"published": "2026-04-29T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:11504"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-41651"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460604"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-11504.html"
}
],
"related": [
"CVE-2026-41651"
],
"summary": "Important: PackageKit security update"
}
alsa-2026:11635
Vulnerability from osv_almalinux
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.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-command-not-found"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-cron"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-glib"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-glib-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-gstreamer-plugin"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "PackageKit-gtk3-module"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.12-8.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"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. \n\nSecurity Fix(es): \n\n * PackageKit: race condition vulnerability leads to arbitrary package installation as root (CVE-2026-41651)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:11635",
"modified": "2026-04-29T12:49:50Z",
"published": "2026-04-29T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:11635"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-41651"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460604"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-11635.html"
}
],
"related": [
"CVE-2026-41651"
],
"summary": "Important: PackageKit security update"
}
FKIE_CVE-2026-41651
Vulnerability from fkie_nvd - Published: 2026-04-22 14:17 - Updated: 2026-05-05 20:16| Vendor | Product | Version | |
|---|---|---|---|
| packagekit_project | packagekit | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:packagekit_project:packagekit:*:*:*:*:*:*:*:*",
"matchCriteriaId": "533CCCB1-C825-4DE0-8A4C-1947F07D8E62",
"versionEndExcluding": "1.3.5",
"versionStartIncluding": "1.0.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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."
}
],
"id": "CVE-2026-41651",
"lastModified": "2026-05-05T20:16:39.250",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 2.0,
"impactScore": 6.0,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-04-22T14:17:04.617",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"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": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/04/22/6"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-367"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:10629-1
Vulnerability from csaf_opensuse - Published: 2026-04-28 00:00 - Updated: 2026-04-28 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "PackageKit-1.3.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the PackageKit-1.3.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10629",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10629-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41651 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41651/"
}
],
"title": "PackageKit-1.3.5-1.1 on GA media",
"tracking": {
"current_release_date": "2026-04-28T00:00:00Z",
"generator": {
"date": "2026-04-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10629-1",
"initial_release_date": "2026-04-28T00:00:00Z",
"revision_history": [
{
"date": "2026-04-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-1.3.5-1.1.aarch64",
"product_id": "PackageKit-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"product_id": "PackageKit-backend-dnf5-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"product_id": "PackageKit-backend-zypp-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"product_id": "PackageKit-branding-upstream-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-devel-1.3.5-1.1.aarch64",
"product_id": "PackageKit-devel-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"product_id": "PackageKit-gtk3-module-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.3.5-1.1.aarch64",
"product": {
"name": "PackageKit-lang-1.3.5-1.1.aarch64",
"product_id": "PackageKit-lang-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"product": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"product_id": "libpackagekit-glib2-18-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"product": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"product_id": "libpackagekit-glib2-devel-1.3.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-backend-dnf5-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-backend-zypp-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-branding-upstream-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-devel-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-devel-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-gtk3-module-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.3.5-1.1.ppc64le",
"product": {
"name": "PackageKit-lang-1.3.5-1.1.ppc64le",
"product_id": "PackageKit-lang-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"product_id": "libpackagekit-glib2-18-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"product": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"product_id": "libpackagekit-glib2-devel-1.3.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-1.3.5-1.1.s390x",
"product_id": "PackageKit-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"product_id": "PackageKit-backend-dnf5-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.s390x",
"product_id": "PackageKit-backend-zypp-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.s390x",
"product_id": "PackageKit-branding-upstream-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-devel-1.3.5-1.1.s390x",
"product_id": "PackageKit-devel-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.s390x",
"product_id": "PackageKit-gtk3-module-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.3.5-1.1.s390x",
"product": {
"name": "PackageKit-lang-1.3.5-1.1.s390x",
"product_id": "PackageKit-lang-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.3.5-1.1.s390x",
"product": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.s390x",
"product_id": "libpackagekit-glib2-18-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"product": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"product_id": "libpackagekit-glib2-devel-1.3.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-1.3.5-1.1.x86_64",
"product_id": "PackageKit-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"product_id": "PackageKit-backend-dnf5-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"product_id": "PackageKit-backend-zypp-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"product_id": "PackageKit-branding-upstream-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-devel-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-devel-1.3.5-1.1.x86_64",
"product_id": "PackageKit-devel-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"product_id": "PackageKit-gtk3-module-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-lang-1.3.5-1.1.x86_64",
"product": {
"name": "PackageKit-lang-1.3.5-1.1.x86_64",
"product_id": "PackageKit-lang-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"product": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"product_id": "libpackagekit-glib2-18-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"product": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"product_id": "libpackagekit-glib2-devel-1.3.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64",
"product": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64",
"product_id": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf5-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-backend-zypp-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-branding-upstream-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-devel-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-devel-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-devel-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-devel-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-gtk3-module-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.aarch64"
},
"product_reference": "PackageKit-lang-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.ppc64le"
},
"product_reference": "PackageKit-lang-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.s390x"
},
"product_reference": "PackageKit-lang-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.x86_64"
},
"product_reference": "PackageKit-lang-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.aarch64"
},
"product_reference": "libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.s390x"
},
"product_reference": "libpackagekit-glib2-18-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.x86_64"
},
"product_reference": "libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.aarch64"
},
"product_reference": "libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.ppc64le"
},
"product_reference": "libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.s390x"
},
"product_reference": "libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.x86_64"
},
"product_reference": "libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64"
},
"product_reference": "typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.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": [
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-dnf5-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-backend-zypp-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-branding-upstream-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gstreamer-plugin-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-gtk3-module-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:PackageKit-lang-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-18-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:libpackagekit-glib2-devel-1.3.5-1.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-PackageKitGlib-1_0-1.3.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
OPENSUSE-SU-2026:20646-1
Vulnerability from csaf_opensuse - Published: 2026-04-29 09:45 - Updated: 2026-04-29 09:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for 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": "openSUSE-Leap-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/opensuse-su-2026_20646-1.json"
},
{
"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:23Z",
"generator": {
"date": "2026-04-29T09:45:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20646-1",
"initial_release_date": "2026-04-29T09:45:23Z",
"revision_history": [
{
"date": "2026-04-29T09:45:23Z",
"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-dnf-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-backend-dnf-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": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"product_id": "PackageKit-gtk3-module-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-dnf-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-backend-dnf-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": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"product_id": "PackageKit-gtk3-module-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-dnf-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-backend-dnf-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": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"product_id": "PackageKit-gtk3-module-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-dnf-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-backend-dnf-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": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"product_id": "PackageKit-gtk3-module-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": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-backend-dnf-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-branding-upstream-1.2.8-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-devel-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64"
},
"product_reference": "PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.s390x"
},
"product_reference": "PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-lang-1.2.8-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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": [
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"openSUSE Leap 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": [
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"openSUSE Leap 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": [
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-dnf-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-backend-zypp-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-branding-upstream-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gstreamer-plugin-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:PackageKit-gtk3-module-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:PackageKit-lang-1.2.8-160000.4.1.noarch",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-18-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:libpackagekit-glib2-devel-1.2.8-160000.4.1.x86_64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.aarch64",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.ppc64le",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.s390x",
"openSUSE Leap 16.0:typelib-1_0-PackageKitGlib-1_0-1.2.8-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-29T09:45:23Z",
"details": "important"
}
],
"title": "CVE-2026-41651"
}
]
}
RHSA-2026:11504
Vulnerability from csaf_redhat - Published: 2026-04-29 06:33 - Updated: 2026-05-20 16:08A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for PackageKit is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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:11504",
"url": "https://access.redhat.com/errata/RHSA-2026:11504"
},
{
"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_11504.json"
}
],
"title": "Red Hat Security Advisory: PackageKit security update",
"tracking": {
"current_release_date": "2026-05-20T16:08:23+00:00",
"generator": {
"date": "2026-05-20T16:08:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:11504",
"initial_release_date": "2026-04-29T06:33:49+00:00",
"revision_history": [
{
"date": "2026-04-29T06:33:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-29T06:33:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-20T16:08:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.2.6-2.el9_7.src",
"product": {
"name": "PackageKit-0:1.2.6-2.el9_7.src",
"product_id": "PackageKit-0:1.2.6-2.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.2.6-2.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.2.6-2.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"product": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"product_id": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.2.6-2.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.2.6-2.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"product": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"product_id": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.2.6-2.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.2.6-2.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"product": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"product_id": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.2.6-2.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-glib-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.2.6-2.el9_7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"product": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"product_id": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.2.6-2.el9_7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.2.6-2.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"product": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"product_id": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.2.6-2.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.src",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
}
]
},
"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": [
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.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-04-29T06:33:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11504"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.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": [
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"AppStream-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.src",
"CRB-9.7.0.Z.MAIN:PackageKit-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-command-not-found-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-debugsource-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-glib-devel-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gstreamer-plugin-debuginfo-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-0:1.2.6-2.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.i686",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:PackageKit-gtk3-module-debuginfo-0:1.2.6-2.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "PackageKit: race condition vulnerability leads to arbitrary package installation as root"
}
]
}
RHSA-2026:11635
Vulnerability from csaf_redhat - Published: 2026-04-29 11:30 - Updated: 2026-05-20 16:08A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for PackageKit is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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:11635",
"url": "https://access.redhat.com/errata/RHSA-2026:11635"
},
{
"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_11635.json"
}
],
"title": "Red Hat Security Advisory: PackageKit security update",
"tracking": {
"current_release_date": "2026-05-20T16:08:23+00:00",
"generator": {
"date": "2026-05-20T16:08:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:11635",
"initial_release_date": "2026-04-29T11:30:40+00:00",
"revision_history": [
{
"date": "2026-04-29T11:30:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-29T11:30:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-20T16:08:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-8.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"product": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"product_id": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.12-8.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.src",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.src",
"product_id": "PackageKit-0:1.1.12-8.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-8.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"product": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"product_id": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.12-8.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-8.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"product": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"product_id": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.12-8.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-8.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"product": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"product_id": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.12-8.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-glib-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-8.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"product": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"product_id": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-devel@1.1.12-8.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.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-04-29T11:30:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11635"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-command-not-found-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-cron-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-debugsource-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-glib-devel-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-0:1.1.12-8.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-8.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "PackageKit: race condition vulnerability leads to arbitrary package installation as root"
}
]
}
RHSA-2026:17558
Vulnerability from csaf_redhat - Published: 2026-05-14 12:52 - Updated: 2026-05-20 16:09A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for PackageKit is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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:17558",
"url": "https://access.redhat.com/errata/RHSA-2026:17558"
},
{
"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_17558.json"
}
],
"title": "Red Hat Security Advisory: PackageKit security update",
"tracking": {
"current_release_date": "2026-05-20T16:09:34+00:00",
"generator": {
"date": "2026-05-20T16:09:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:17558",
"initial_release_date": "2026-05-14T12:52:53+00:00",
"revision_history": [
{
"date": "2026-05-14T12:52:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T12:52:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-20T16:09:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-6.el8_4.1.src",
"product": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.src",
"product_id": "PackageKit-0:1.1.12-6.el8_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-6.el8_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-6.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-6.el8_4.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-6.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-6.el8_4.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_4.1.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_4.1.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"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": [
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.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-05-14T12:52:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17558"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.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": [
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-cron-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-debugsource-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-glib-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-0:1.1.12-6.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "PackageKit: race condition vulnerability leads to arbitrary package installation as root"
}
]
}
RHSA-2026:17560
Vulnerability from csaf_redhat - Published: 2026-05-14 13:01 - Updated: 2026-05-20 16:09A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for PackageKit is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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:17560",
"url": "https://access.redhat.com/errata/RHSA-2026:17560"
},
{
"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_17560.json"
}
],
"title": "Red Hat Security Advisory: PackageKit security update",
"tracking": {
"current_release_date": "2026-05-20T16:09:34+00:00",
"generator": {
"date": "2026-05-20T16:09:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:17560",
"initial_release_date": "2026-05-14T13:01:28+00:00",
"revision_history": [
{
"date": "2026-05-14T13:01:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T13:01:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-20T16:09:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-6.el8_8.1.src",
"product": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.src",
"product_id": "PackageKit-0:1.1.12-6.el8_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-6.el8_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-6.el8_8.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-cron@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-6.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-6.el8_8.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debugsource@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-command-not-found-debuginfo@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-debuginfo@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-glib-debuginfo@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gstreamer-plugin-debuginfo@1.1.12-6.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_id": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PackageKit-gtk3-module-debuginfo@1.1.12-6.el8_8.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
},
"product_reference": "PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"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": [
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.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-05-14T13:01:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17560"
},
{
"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": [
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.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": [
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:PackageKit-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-command-not-found-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-cron-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-debugsource-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-glib-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gstreamer-plugin-debuginfo-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-0:1.1.12-6.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:PackageKit-gtk3-module-debuginfo-0:1.1.12-6.el8_8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "PackageKit: race condition vulnerability leads to arbitrary package installation as root"
}
]
}
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.