Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-40355 (GCVE-0-2026-40355)
Vulnerability from cvelistv5 – Published: 2026-04-28 00:00 – Updated: 2026-04-28 12:53- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| MIT | Kerberos 5 |
Affected:
1.18 , < 1.22.3
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-40355",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-28T12:53:15.785781Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-28T12:53:20.352Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Kerberos 5",
"vendor": "MIT",
"versions": [
{
"lessThan": "1.22.3",
"status": "affected",
"version": "1.18",
"versionType": "custom"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:mit:kerberos_5:*:*:*:*:*:*:*:*",
"versionEndExcluding": "1.22.3",
"versionStartIncluding": "1.18",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-28T05:13:30.215Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://web.mit.edu/kerberos/advisories/"
},
{
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
}
],
"source": {
"discovery": "INTERNAL"
},
"x_generator": {
"engine": "enrichogram 0.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2026-40355",
"datePublished": "2026-04-28T00:00:00.000Z",
"dateReserved": "2026-04-11T00:00:00.000Z",
"dateUpdated": "2026-04-28T12:53:20.352Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-40355",
"date": "2026-05-15",
"epss": "0.00099",
"percentile": "0.27219"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-40355\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2026-04-28T06:16:03.663\",\"lastModified\":\"2026-04-28T20:11:56.713\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://web.mit.edu/kerberos/advisories/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"affected\": [{\"defaultStatus\": \"unaffected\", \"product\": \"Kerberos 5\", \"vendor\": \"MIT\", \"versions\": [{\"lessThan\": \"1.22.3\", \"status\": \"affected\", \"version\": \"1.18\", \"versionType\": \"custom\"}]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.\"}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"version\": \"3.1\"}, \"format\": \"CVSS\", \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\", \"lang\": \"en\", \"type\": \"CWE\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2026-04-28T05:13:30.215Z\"}, \"references\": [{\"url\": \"https://web.mit.edu/kerberos/advisories/\"}, {\"url\": \"https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html\"}, {\"url\": \"https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f\"}], \"source\": {\"discovery\": \"INTERNAL\"}, \"x_generator\": {\"engine\": \"enrichogram 0.0.1\"}, \"cpeApplicability\": [{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:mit:kerberos_5:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.18\", \"versionEndExcluding\": \"1.22.3\"}]}]}]}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-40355\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-28T12:53:15.785781Z\"}}}], \"references\": [{\"url\": \"https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-28T12:53:09.871Z\"}}]}",
"cveMetadata": "{\"state\": \"PUBLISHED\", \"cveId\": \"CVE-2026-40355\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"assignerShortName\": \"mitre\", \"dateUpdated\": \"2026-04-28T12:53:20.352Z\", \"dateReserved\": \"2026-04-11T00:00:00.000Z\", \"datePublished\": \"2026-04-28T00:00:00.000Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-40355
Vulnerability from fkie_nvd - Published: 2026-04-28 06:16 - Updated: 2026-04-28 20:11| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message."
}
],
"id": "CVE-2026-40355",
"lastModified": "2026-04-28T20:11:56.713",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "cve@mitre.org",
"type": "Secondary"
}
]
},
"published": "2026-04-28T06:16:03.663",
"references": [
{
"source": "cve@mitre.org",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"source": "cve@mitre.org",
"url": "https://web.mit.edu/kerberos/advisories/"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "cve@mitre.org",
"type": "Secondary"
}
]
}
alsa-2026:16799
Vulnerability from osv_almalinux
Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the network in unencrypted form. It allows clients and servers to authenticate to each other with the help of a trusted third party, the Kerberos key distribution center (KDC).
Security Fix(es):
- krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read (CVE-2026-40356)
- krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism (CVE-2026-40355)
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": "krb5-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "krb5-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "krb5-pkinit"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "krb5-server"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "krb5-server-ldap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "krb5-workstation"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "libkadm5"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.2-34.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the network in unencrypted form. It allows clients and servers to authenticate to each other with the help of a trusted third party, the Kerberos key distribution center (KDC). \n\nSecurity Fix(es): \n\n * krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read (CVE-2026-40356)\n * krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism (CVE-2026-40355)\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:16799",
"modified": "2026-05-13T08:34:19Z",
"published": "2026-05-13T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:16799"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463368"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463370"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-16799.html"
}
],
"related": [
"CVE-2026-40356",
"CVE-2026-40355"
],
"summary": "Important: krb5 security update"
}
RHSA-2026:16799
Vulnerability from csaf_redhat - Published: 2026-05-13 06:00 - Updated: 2026-05-13 15:48A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:16799 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463368 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463370 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-40355 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463370 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40355 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40355 | external |
| https://cems.fun/2026/04/27/krb5-two-unauthentica… | external |
| https://github.com/krb5/krb5/commit/2e75f0d9362fb… | external |
| https://web.mit.edu/kerberos/advisories/ | external |
| https://access.redhat.com/security/cve/CVE-2026-40356 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463368 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40356 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40356 | external |
{
"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 krb5 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": "Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the network in unencrypted form. It allows clients and servers to authenticate to each other with the help of a trusted third party, the Kerberos key distribution center (KDC).\n\nSecurity Fix(es):\n\n* krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read (CVE-2026-40356)\n\n* krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism (CVE-2026-40355)\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:16799",
"url": "https://access.redhat.com/errata/RHSA-2026:16799"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463368"
},
{
"category": "external",
"summary": "2463370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463370"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16799.json"
}
],
"title": "Red Hat Security Advisory: krb5 security update",
"tracking": {
"current_release_date": "2026-05-13T15:48:21+00:00",
"generator": {
"date": "2026-05-13T15:48:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2026:16799",
"initial_release_date": "2026-05-13T06:00:07+00:00",
"revision_history": [
{
"date": "2026-05-13T06:00:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T06:00:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-13T15:48:21+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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-0:1.18.2-34.el8_10.src",
"product": {
"name": "krb5-0:1.18.2-34.el8_10.src",
"product_id": "krb5-0:1.18.2-34.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5@1.18.2-34.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-devel-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-devel-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-devel-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-libs-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-libs-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-server-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-server-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libkadm5-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "libkadm5-0:1.18.2-34.el8_10.x86_64",
"product_id": "libkadm5-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debugsource@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_id": "libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5-debuginfo@1.18.2-34.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-devel-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-devel-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-devel-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-libs-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-libs-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-pkinit-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-server-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-server-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-server-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libkadm5-0:1.18.2-34.el8_10.i686",
"product": {
"name": "libkadm5-0:1.18.2-34.el8_10.i686",
"product_id": "libkadm5-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-debugsource-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-debugsource-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debugsource@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"product": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"product_id": "libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5-debuginfo@1.18.2-34.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-devel-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-devel-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-devel-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-libs-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-libs-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-server-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-server-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libkadm5-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "libkadm5-0:1.18.2-34.el8_10.aarch64",
"product_id": "libkadm5-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debugsource@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_id": "libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5-debuginfo@1.18.2-34.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-server-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-server-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-server-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libkadm5-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "libkadm5-0:1.18.2-34.el8_10.ppc64le",
"product_id": "libkadm5-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debugsource@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_id": "libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5-debuginfo@1.18.2-34.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-devel-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-devel-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-devel-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-libs-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-libs-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-server-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-server-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-server-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-workstation-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libkadm5-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "libkadm5-0:1.18.2-34.el8_10.s390x",
"product_id": "libkadm5-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debugsource@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-libs-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-pkinit-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-server-ldap-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-workstation-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_id": "libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libkadm5-debuginfo@1.18.2-34.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-0:1.18.2-34.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src"
},
"product_reference": "krb5-0:1.18.2-34.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-debugsource-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-debugsource-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-devel-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-devel-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-devel-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-devel-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-libs-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-libs-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-libs-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-libs-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-pkinit-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-server-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-server-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-server-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-server-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-server-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-workstation-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "libkadm5-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686"
},
"product_reference": "libkadm5-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "libkadm5-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "libkadm5-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "libkadm5-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64"
},
"product_reference": "libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686"
},
"product_reference": "libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le"
},
"product_reference": "libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x"
},
"product_reference": "libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
},
"product_reference": "libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40355",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-04-28T07:01:45.120520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This flaw allows an unauthenticated remote attacker to cause a Denial of Service in MIT Kerberos 5 by triggering a NULL pointer dereference. Exploitation requires the NegoEx mechanism to be explicitly registered in the system\u0027s GSSAPI configuration, which is not a default state in all Red Hat environments.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "RHBZ#2463370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T06:00:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16799"
},
{
"category": "workaround",
"details": "To mitigate this issue, remove the NegoEx mechanism registration from the system\u0027s GSSAPI configuration if it is not required. This can typically be achieved by removing or commenting out the relevant entry in `/etc/gss/mech`. A restart of services utilizing Kerberos might be necessary for the changes to take effect, which could impact Kerberos-dependent functionality.",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism"
},
{
"cve": "CVE-2026-40356",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-04-28T07:01:37.543641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important denial of service vulnerability exists in MIT Kerberos 5, allowing an unauthenticated remote attacker to terminate processes. This occurs on systems where the NegoEx mechanism is registered and an application invokes `gss_accept_sec_context()`, leading to an integer underflow and out-of-bounds read.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "RHBZ#2463368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T06:00:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16799"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the NegoEx mechanism is not registered in the `/etc/gss/mech` configuration file. Removing the corresponding entry from this file will prevent the vulnerable code path from being activated. This action may impact services that rely on the NegoEx GSS-API mechanism. A restart of affected Kerberos-dependent services may be required for the change to take effect.",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-0:1.18.2-34.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-debugsource-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-devel-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-libs-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-pkinit-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-server-ldap-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:krb5-workstation-debuginfo-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-0:1.18.2-34.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libkadm5-debuginfo-0:1.18.2-34.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read"
}
]
}
RHSA-2026:12220
Vulnerability from csaf_redhat - Published: 2026-04-30 09:30 - Updated: 2026-05-13 06:00A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:krb5-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:krb5-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:krb5-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:krb5-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:krb5-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:krb5-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:12220 | self |
| https://images.redhat.com/ | external |
| https://access.redhat.com/security/cve/CVE-2026-40355 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/security/cve/CVE-2026-40356 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-40355 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463370 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40355 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40355 | external |
| https://cems.fun/2026/04/27/krb5-two-unauthentica… | external |
| https://github.com/krb5/krb5/commit/2e75f0d9362fb… | external |
| https://web.mit.edu/kerberos/advisories/ | external |
| https://access.redhat.com/security/cve/CVE-2026-40356 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2463368 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40356 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40356 | external |
{
"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 Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\nkrb5:\n * krb5-devel-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-libs-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-pkinit-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-server-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-server-ldap-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-tests-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-workstation-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-xrealmauthz-1.22.2-7.hum1 (aarch64, x86_64)\n * libkadm5-1.22.2-7.hum1 (aarch64, x86_64)\n * krb5-1.22.2-7.hum1.src (src)",
"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:12220",
"url": "https://access.redhat.com/errata/RHSA-2026:12220"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40355",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40356",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12220.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-05-13T06:00:23+00:00",
"generator": {
"date": "2026-05-13T06:00:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2026:12220",
"initial_release_date": "2026-04-30T09:30:23+00:00",
"revision_history": [
{
"date": "2026-04-30T09:30:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T14:12:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-13T06:00:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-main@src",
"product": {
"name": "krb5-main@src",
"product_id": "krb5-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5@1.22.2-7.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-main@aarch64",
"product": {
"name": "krb5-main@aarch64",
"product_id": "krb5-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.22.2-7.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-main@x86_64",
"product": {
"name": "krb5-main@x86_64",
"product_id": "krb5-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/krb5-devel@1.22.2-7.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:krb5-main@aarch64"
},
"product_reference": "krb5-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:krb5-main@src"
},
"product_reference": "krb5-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:krb5-main@x86_64"
},
"product_reference": "krb5-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40355",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-04-28T07:01:45.120520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This flaw allows an unauthenticated remote attacker to cause a Denial of Service in MIT Kerberos 5 by triggering a NULL pointer dereference. Exploitation requires the NegoEx mechanism to be explicitly registered in the system\u0027s GSSAPI configuration, which is not a default state in all Red Hat environments.",
"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": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "RHBZ#2463370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T09:30:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12220"
},
{
"category": "workaround",
"details": "To mitigate this issue, remove the NegoEx mechanism registration from the system\u0027s GSSAPI configuration if it is not required. This can typically be achieved by removing or commenting out the relevant entry in `/etc/gss/mech`. A restart of services utilizing Kerberos might be necessary for the changes to take effect, which could impact Kerberos-dependent functionality.",
"product_ids": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism"
},
{
"cve": "CVE-2026-40356",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-04-28T07:01:37.543641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important denial of service vulnerability exists in MIT Kerberos 5, allowing an unauthenticated remote attacker to terminate processes. This occurs on systems where the NegoEx mechanism is registered and an application invokes `gss_accept_sec_context()`, leading to an integer underflow and out-of-bounds read.",
"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": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "RHBZ#2463368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T09:30:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12220"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the NegoEx mechanism is not registered in the `/etc/gss/mech` configuration file. Removing the corresponding entry from this file will prevent the vulnerable code path from being activated. This action may impact services that rely on the NegoEx GSS-API mechanism. A restart of affected Kerberos-dependent services may be required for the change to take effect.",
"product_ids": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:krb5-main@aarch64",
"Red Hat Hardened Images:krb5-main@src",
"Red Hat Hardened Images:krb5-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read"
}
]
}
CERTFR-2026-AVI-0571
Vulnerability from certfr_avis - Published: 2026-05-12 - Updated: 2026-05-12
De multiples vulnérabilités ont été découvertes dans Microsoft Azure. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | Azure Linux | azl3 krb5 1.21.3-3 versions antérieures à 1.21.3-4 | ||
| Microsoft | Azure Linux | azl3 kernel 6.6.137.1-2 versions antérieures à 6.6.138.1-1 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 krb5 1.21.3-3 versions ant\u00e9rieures \u00e0 1.21.3-4",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.137.1-2 versions ant\u00e9rieures \u00e0 6.6.138.1-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40355"
},
{
"name": "CVE-2026-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40356"
},
{
"name": "CVE-2026-43321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43321"
}
],
"initial_release_date": "2026-05-12T00:00:00",
"last_revision_date": "2026-05-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0571",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-12T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure",
"vendor_advisories": [
{
"published_at": "2026-05-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40355",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40355"
},
{
"published_at": "2026-05-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40356",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40356"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43321",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43321"
}
]
}
GHSA-8QGV-WM66-HRMC
Vulnerability from github – Published: 2026-04-28 06:30 – Updated: 2026-04-28 06:30In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.
{
"affected": [],
"aliases": [
"CVE-2026-40355"
],
"database_specific": {
"cwe_ids": [
"CWE-476"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-28T06:16:03Z",
"severity": "MODERATE"
},
"details": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.",
"id": "GHSA-8qgv-wm66-hrmc",
"modified": "2026-04-28T06:30:29Z",
"published": "2026-04-28T06:30:29Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355"
},
{
"type": "WEB",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"type": "WEB",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"type": "WEB",
"url": "https://web.mit.edu/kerberos/advisories"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
SUSE-SU-2026:1816-1
Vulnerability from csaf_suse - Published: 2026-05-12 07:56 - Updated: 2026-05-12 07:56| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/s… | self |
| https://www.suse.com/support/update/announcement/… | self |
| https://lists.suse.com/pipermail/sle-updates/2026… | self |
| https://bugzilla.suse.com/1263366 | self |
| https://bugzilla.suse.com/1263367 | self |
| https://www.suse.com/security/cve/CVE-2026-40355/ | self |
| https://www.suse.com/security/cve/CVE-2026-40356/ | self |
| https://www.suse.com/security/cve/CVE-2026-40355 | external |
| https://bugzilla.suse.com/1263366 | external |
| https://www.suse.com/security/cve/CVE-2026-40356 | external |
| https://bugzilla.suse.com/1263367 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for krb5",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for krb5 fixes the following issues\n\n- CVE-2026-40355: Denial of Service via NULL pointer dereference in NegoEx mechanism (bsc#1263366).\n- CVE-2026-40356: Denial of Service via integer underflow and out-of-bounds read (bsc#1263367).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1816,SUSE-SLE-Micro-5.5-2026-1816",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1816-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1816-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261816-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1816-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046423.html"
},
{
"category": "self",
"summary": "SUSE Bug 1263366",
"url": "https://bugzilla.suse.com/1263366"
},
{
"category": "self",
"summary": "SUSE Bug 1263367",
"url": "https://bugzilla.suse.com/1263367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40355 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40355/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40356 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40356/"
}
],
"title": "Security update for krb5",
"tracking": {
"current_release_date": "2026-05-12T07:56:36Z",
"generator": {
"date": "2026-05-12T07:56:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1816-1",
"initial_release_date": "2026-05-12T07:56:36Z",
"revision_history": [
{
"date": "2026-05-12T07:56:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-client-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-client-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-devel-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-devel-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-mini-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-mini-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-mini-devel-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.20.1.aarch64",
"product": {
"name": "krb5-server-1.20.1-150500.3.20.1.aarch64",
"product_id": "krb5-server-1.20.1-150500.3.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-64bit-1.20.1-150500.3.20.1.aarch64_ilp32",
"product": {
"name": "krb5-64bit-1.20.1-150500.3.20.1.aarch64_ilp32",
"product_id": "krb5-64bit-1.20.1-150500.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "krb5-devel-64bit-1.20.1-150500.3.20.1.aarch64_ilp32",
"product": {
"name": "krb5-devel-64bit-1.20.1-150500.3.20.1.aarch64_ilp32",
"product_id": "krb5-devel-64bit-1.20.1-150500.3.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-client-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-client-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-devel-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-devel-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-mini-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-mini-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-mini-devel-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.20.1.i586",
"product": {
"name": "krb5-server-1.20.1-150500.3.20.1.i586",
"product_id": "krb5-server-1.20.1-150500.3.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-client-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-client-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-devel-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-devel-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-mini-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-mini-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-mini-devel-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.20.1.ppc64le",
"product": {
"name": "krb5-server-1.20.1-150500.3.20.1.ppc64le",
"product_id": "krb5-server-1.20.1-150500.3.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-client-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-client-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-devel-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-devel-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-mini-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-mini-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-mini-devel-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.20.1.s390x",
"product": {
"name": "krb5-server-1.20.1-150500.3.20.1.s390x",
"product_id": "krb5-server-1.20.1-150500.3.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-32bit-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-32bit-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-client-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-client-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-devel-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-devel-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-devel-32bit-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-devel-32bit-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-mini-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-mini-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-mini-devel-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.20.1.x86_64",
"product": {
"name": "krb5-server-1.20.1-150500.3.20.1.x86_64",
"product_id": "krb5-server-1.20.1-150500.3.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le"
},
"product_reference": "krb5-1.20.1-150500.3.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x"
},
"product_reference": "krb5-1.20.1-150500.3.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le"
},
"product_reference": "krb5-client-1.20.1-150500.3.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x"
},
"product_reference": "krb5-client-1.20.1-150500.3.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40355",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40355"
}
],
"notes": [
{
"category": "general",
"text": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40355",
"url": "https://www.suse.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "SUSE Bug 1263366 for CVE-2026-40355",
"url": "https://bugzilla.suse.com/1263366"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:56:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-40355"
},
{
"cve": "CVE-2026-40356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40356"
}
],
"notes": [
{
"category": "general",
"text": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is an integer underflow and resultant out-of-bounds read if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, possibly causing the process to terminate in parse_message.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40356",
"url": "https://www.suse.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "SUSE Bug 1263367 for CVE-2026-40356",
"url": "https://bugzilla.suse.com/1263367"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.20.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:56:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-40356"
}
]
}
MSRC_CVE-2026-40355
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-05-11 14:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20902-17084 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-1 | — |
None Available
|
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-40355 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-40355.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "CVE-2026-40355",
"tracking": {
"current_release_date": "2026-05-11T14:42:26.000Z",
"generator": {
"date": "2026-05-12T07:42:55.037Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-40355",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-01T01:03:46.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-05-11T14:42:26.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 krb5 0:1.21.3-3.azl3",
"product": {
"name": "\u003cazl3 krb5 0:1.21.3-3.azl3",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 krb5 0:1.21.3-3.azl3",
"product": {
"name": "azl3 krb5 0:1.21.3-3.azl3",
"product_id": "20902"
}
},
{
"category": "product_version_range",
"name": "cbl2 krb5 0:1.19.4-5.cbl2",
"product": {
"name": "cbl2 krb5 0:1.19.4-5.cbl2",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "krb5"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 krb5 0:1.21.3-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 krb5 0:1.21.3-3.azl3 as a component of Azure Linux 3.0",
"product_id": "20902-17084"
},
"product_reference": "20902",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 krb5 0:1.19.4-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40355",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "mitre",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20902-17084"
],
"known_affected": [
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-40355 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-40355.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-05-01T01:03:46.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
},
{
"category": "vendor_fix",
"date": "2026-05-01T01:03:46.000Z",
"details": "0:1.21.3-4.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-2",
"17086-1"
]
}
],
"title": "CVE-2026-40355"
}
]
}
OPENSUSE-SU-2026:10729-1
Vulnerability from csaf_opensuse - Published: 2026-05-08 00:00 - Updated: 2026-05-08 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-40355/ | self |
| https://www.suse.com/security/cve/CVE-2026-40356/ | self |
| https://www.suse.com/security/cve/CVE-2026-40355 | external |
| https://bugzilla.suse.com/1263366 | external |
| https://www.suse.com/security/cve/CVE-2026-40356 | external |
| https://bugzilla.suse.com/1263367 | external |
{
"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": "krb5-1.22.2-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the krb5-1.22.2-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10729",
"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_10729-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40355 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40355/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40356 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40356/"
}
],
"title": "krb5-1.22.2-3.1 on GA media",
"tracking": {
"current_release_date": "2026-05-08T00:00:00Z",
"generator": {
"date": "2026-05-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10729-1",
"initial_release_date": "2026-05-08T00:00:00Z",
"revision_history": [
{
"date": "2026-05-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-1.22.2-3.1.aarch64",
"product_id": "krb5-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-32bit-1.22.2-3.1.aarch64",
"product_id": "krb5-32bit-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-client-1.22.2-3.1.aarch64",
"product_id": "krb5-client-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-devel-1.22.2-3.1.aarch64",
"product_id": "krb5-devel-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-devel-32bit-1.22.2-3.1.aarch64",
"product_id": "krb5-devel-32bit-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"product_id": "krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"product_id": "krb5-plugin-preauth-otp-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"product_id": "krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"product_id": "krb5-plugin-preauth-spake-1.22.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.22.2-3.1.aarch64",
"product": {
"name": "krb5-server-1.22.2-3.1.aarch64",
"product_id": "krb5-server-1.22.2-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-1.22.2-3.1.ppc64le",
"product_id": "krb5-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-32bit-1.22.2-3.1.ppc64le",
"product_id": "krb5-32bit-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-client-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-client-1.22.2-3.1.ppc64le",
"product_id": "krb5-client-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-devel-1.22.2-3.1.ppc64le",
"product_id": "krb5-devel-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-devel-32bit-1.22.2-3.1.ppc64le",
"product_id": "krb5-devel-32bit-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"product_id": "krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"product_id": "krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"product_id": "krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"product_id": "krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-server-1.22.2-3.1.ppc64le",
"product": {
"name": "krb5-server-1.22.2-3.1.ppc64le",
"product_id": "krb5-server-1.22.2-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.22.2-3.1.s390x",
"product": {
"name": "krb5-1.22.2-3.1.s390x",
"product_id": "krb5-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.22.2-3.1.s390x",
"product": {
"name": "krb5-32bit-1.22.2-3.1.s390x",
"product_id": "krb5-32bit-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-client-1.22.2-3.1.s390x",
"product": {
"name": "krb5-client-1.22.2-3.1.s390x",
"product_id": "krb5-client-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.22.2-3.1.s390x",
"product": {
"name": "krb5-devel-1.22.2-3.1.s390x",
"product_id": "krb5-devel-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.22.2-3.1.s390x",
"product": {
"name": "krb5-devel-32bit-1.22.2-3.1.s390x",
"product_id": "krb5-devel-32bit-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"product": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"product_id": "krb5-plugin-kdb-ldap-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"product": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"product_id": "krb5-plugin-preauth-otp-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"product_id": "krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"product": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"product_id": "krb5-plugin-preauth-spake-1.22.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-server-1.22.2-3.1.s390x",
"product": {
"name": "krb5-server-1.22.2-3.1.s390x",
"product_id": "krb5-server-1.22.2-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-1.22.2-3.1.x86_64",
"product_id": "krb5-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-32bit-1.22.2-3.1.x86_64",
"product_id": "krb5-32bit-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-client-1.22.2-3.1.x86_64",
"product_id": "krb5-client-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-devel-1.22.2-3.1.x86_64",
"product_id": "krb5-devel-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-devel-32bit-1.22.2-3.1.x86_64",
"product_id": "krb5-devel-32bit-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"product_id": "krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"product_id": "krb5-plugin-preauth-otp-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"product_id": "krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"product_id": "krb5-plugin-preauth-spake-1.22.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.22.2-3.1.x86_64",
"product": {
"name": "krb5-server-1.22.2-3.1.x86_64",
"product_id": "krb5-server-1.22.2-3.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": "krb5-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x"
},
"product_reference": "krb5-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-32bit-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-32bit-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x"
},
"product_reference": "krb5-32bit-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-32bit-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-client-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-client-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x"
},
"product_reference": "krb5-client-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-client-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-devel-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-devel-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x"
},
"product_reference": "krb5-devel-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-devel-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-32bit-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-devel-32bit-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-32bit-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-devel-32bit-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-32bit-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x"
},
"product_reference": "krb5-devel-32bit-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-32bit-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-devel-32bit-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x"
},
"product_reference": "krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x"
},
"product_reference": "krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x"
},
"product_reference": "krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-spake-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.22.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64"
},
"product_reference": "krb5-server-1.22.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.22.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le"
},
"product_reference": "krb5-server-1.22.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.22.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x"
},
"product_reference": "krb5-server-1.22.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.22.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
},
"product_reference": "krb5-server-1.22.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40355",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40355"
}
],
"notes": [
{
"category": "general",
"text": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40355",
"url": "https://www.suse.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "SUSE Bug 1263366 for CVE-2026-40355",
"url": "https://bugzilla.suse.com/1263366"
}
],
"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:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40355"
},
{
"cve": "CVE-2026-40356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40356"
}
],
"notes": [
{
"category": "general",
"text": "In MIT Kerberos 5 (aka krb5) before 1.22.3, there is an integer underflow and resultant out-of-bounds read if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, possibly causing the process to terminate in parse_message.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40356",
"url": "https://www.suse.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "SUSE Bug 1263367 for CVE-2026-40356",
"url": "https://bugzilla.suse.com/1263367"
}
],
"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:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:krb5-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-client-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-devel-32bit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-kdb-ldap-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-otp-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-pkinit-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-plugin-preauth-spake-1.22.2-3.1.x86_64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.aarch64",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.ppc64le",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.s390x",
"openSUSE Tumbleweed:krb5-server-1.22.2-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40356"
}
]
}
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.