Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-11850 (GCVE-0-2026-11850)
Vulnerability from cvelistv5 – Published: 2026-06-11 09:49 – Updated: 2026-07-06 22:00- CWE-191 - Integer Underflow (Wrap or Wraparound)
| URL | Tags |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:25520 | vendor-advisoryx_refsource_REDHAT |
| https://access.redhat.com/security/cve/CVE-2026-11850 | vdb-entryx_refsource_REDHAT |
| https://bugzilla.redhat.com/show_bug.cgi?id=2459970 | issue-trackingx_refsource_REDHAT |
| Vendor | Product | Version | |
|---|---|---|---|
| Red Hat | Red Hat Hardened Images |
Unaffected:
1.22.2-8.hum1 , < *
(rpm)
cpe:/a:redhat:hummingbird:1 |
|
| Red Hat | Red Hat Enterprise Linux 10 |
cpe:/o:redhat:enterprise_linux:10 |
|
| Red Hat | Red Hat Enterprise Linux 6 |
cpe:/o:redhat:enterprise_linux:6 |
|
| Red Hat | Red Hat Enterprise Linux 7 |
cpe:/o:redhat:enterprise_linux:7 |
|
| Red Hat | Red Hat Enterprise Linux 8 |
cpe:/o:redhat:enterprise_linux:8 |
|
| Red Hat | Red Hat Enterprise Linux 9 |
cpe:/o:redhat:enterprise_linux:9 |
|
| Red Hat | Red Hat OpenShift Container Platform 4 |
cpe:/a:redhat:openshift:4 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-11850",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-11T12:35:21.860008Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-11T12:37:05.721Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://catalog.redhat.com/software/containers/",
"cpes": [
"cpe:/a:redhat:hummingbird:1"
],
"defaultStatus": "affected",
"packageName": "krb5-main",
"product": "Red Hat Hardened Images",
"vendor": "Red Hat",
"versions": [
{
"lessThan": "*",
"status": "unaffected",
"version": "1.22.2-8.hum1",
"versionType": "rpm"
}
]
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:10"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 10",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:6"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 6",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:7"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 7",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:9"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 9",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/a:redhat:openshift:4"
],
"defaultStatus": "affected",
"packageName": "rhcos",
"product": "Red Hat OpenShift Container Platform 4",
"vendor": "Red Hat"
}
],
"credits": [
{
"lang": "en",
"value": "Red Hat would like to thank Sebasti\u00e1n Alba Vives for reporting this issue."
}
],
"datePublic": "2026-06-10T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data."
}
],
"metrics": [
{
"other": {
"content": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"value": "Moderate"
},
"type": "Red Hat severity rating"
}
},
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-191",
"description": "Integer Underflow (Wrap or Wraparound)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-06T22:00:32.492Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"name": "RHSA-2026:25520",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2026:25520"
},
{
"tags": [
"vdb-entry",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/security/cve/CVE-2026-11850"
},
{
"name": "RHBZ#2459970",
"tags": [
"issue-tracking",
"x_refsource_REDHAT"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-04-21T00:00:00.000Z",
"value": "Reported to Red Hat."
},
{
"lang": "en",
"time": "2026-06-10T00:00:00.000Z",
"value": "Made public."
}
],
"title": "Krb5: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds read",
"workarounds": [
{
"lang": "en",
"value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability."
}
],
"x_generator": {
"engine": "cvelib 1.8.0"
},
"x_redhatCweChain": "CWE-191: Integer Underflow (Wrap or Wraparound)"
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2026-11850",
"datePublished": "2026-06-11T09:49:07.726Z",
"dateReserved": "2026-06-10T08:12:34.560Z",
"dateUpdated": "2026-07-06T22:00:32.492Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-11850",
"date": "2026-07-14",
"epss": "0.00261",
"percentile": "0.17554"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-11850\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2026-06-11T10:16:21.217\",\"lastModified\":\"2026-06-17T10:14:30.383\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.\"}],\"affected\":[{\"source\":\"secalert@redhat.com\",\"affectedData\":[{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Hardened Images\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://catalog.redhat.com/software/containers/\",\"packageName\":\"krb5-main\",\"cpes\":[\"cpe:/a:redhat:hummingbird:1\"],\"versions\":[{\"version\":\"1.22.2-8.hum1\",\"lessThan\":\"*\",\"versionType\":\"rpm\",\"status\":\"unaffected\"}]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 10\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"krb5\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:10\"]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 6\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"krb5\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:6\"]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 7\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"krb5\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:7\"]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 8\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"krb5\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:8\"]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 9\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"krb5\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:9\"]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat OpenShift Container Platform 4\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"rhcos\",\"cpes\":[\"cpe:/a:redhat:openshift:4\"]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H\",\"baseScore\":5.0,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.7,\"impactScore\":4.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-11T12:35:21.860008Z\",\"id\":\"CVE-2026-11850\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-191\"}]}],\"references\":[{\"url\":\"https://access.redhat.com/errata/RHSA-2026:25520\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://access.redhat.com/security/cve/CVE-2026-11850\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=2459970\",\"source\":\"secalert@redhat.com\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-06T22:00:27+00:00",
"cve": "CVE-2026-11850",
"id": "CVE-2026-11850",
"initial_release_date": "2026-06-10T00:00:00+00:00",
"product_status:fixed": "3",
"product_status:known_affected": "43",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "krb5: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds read",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-11850.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-11850\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-11T12:35:21.860008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-11T12:36:51.179Z\"}}], \"cna\": {\"title\": \"Krb5: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds read\", \"credits\": [{\"lang\": \"en\", \"value\": \"Red Hat would like to thank Sebasti\\u00e1n Alba Vives for reporting this issue.\"}], \"metrics\": [{\"other\": {\"type\": \"Red Hat severity rating\", \"content\": {\"value\": \"Moderate\", \"namespace\": \"https://access.redhat.com/security/updates/classification/\"}}}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"cpes\": [\"cpe:/a:redhat:hummingbird:1\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Hardened Images\", \"versions\": [{\"status\": \"unaffected\", \"version\": \"1.22.2-8.hum1\", \"lessThan\": \"*\", \"versionType\": \"rpm\"}], \"packageName\": \"krb5-main\", \"collectionURL\": \"https://catalog.redhat.com/software/containers/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:10\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 10\", \"packageName\": \"krb5\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:6\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 6\", \"packageName\": \"krb5\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:7\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 7\", \"packageName\": \"krb5\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"krb5\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 9\", \"packageName\": \"krb5\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4\", \"packageName\": \"rhcos\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-04-21T00:00:00.000Z\", \"value\": \"Reported to Red Hat.\"}, {\"lang\": \"en\", \"time\": \"2026-06-10T00:00:00.000Z\", \"value\": \"Made public.\"}], \"datePublic\": \"2026-06-10T00:00:00.000Z\", \"references\": [{\"url\": \"https://access.redhat.com/errata/RHSA-2026:25520\", \"name\": \"RHSA-2026:25520\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://access.redhat.com/security/cve/CVE-2026-11850\", \"tags\": [\"vdb-entry\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=2459970\", \"name\": \"RHBZ#2459970\", \"tags\": [\"issue-tracking\", \"x_refsource_REDHAT\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\"}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-191\", \"description\": \"Integer Underflow (Wrap or Wraparound)\"}]}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2026-07-06T22:00:32.492Z\"}, \"x_redhatCweChain\": \"CWE-191: Integer Underflow (Wrap or Wraparound)\"}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-11850\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-06T22:00:32.492Z\", \"dateReserved\": \"2026-06-10T08:12:34.560Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2026-06-11T09:49:07.726Z\", \"assignerShortName\": \"redhat\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-11850
Vulnerability from fkie_nvd - Published: 2026-06-11 10:16 - Updated: 2026-06-17 10:14| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://catalog.redhat.com/software/containers/",
"cpes": [
"cpe:/a:redhat:hummingbird:1"
],
"defaultStatus": "affected",
"packageName": "krb5-main",
"product": "Red Hat Hardened Images",
"vendor": "Red Hat",
"versions": [
{
"lessThan": "*",
"status": "unaffected",
"version": "1.22.2-8.hum1",
"versionType": "rpm"
}
]
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:10"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 10",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:6"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 6",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:7"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 7",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:9"
],
"defaultStatus": "affected",
"packageName": "krb5",
"product": "Red Hat Enterprise Linux 9",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/a:redhat:openshift:4"
],
"defaultStatus": "affected",
"packageName": "rhcos",
"product": "Red Hat OpenShift Container Platform 4",
"vendor": "Red Hat"
}
],
"source": "secalert@redhat.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data."
}
],
"id": "CVE-2026-11850",
"lastModified": "2026-06-17T10:14:30.383",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 0.7,
"impactScore": 4.2,
"source": "secalert@redhat.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-11850",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-11T12:35:21.860008Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-11T10:16:21.217",
"references": [
{
"source": "secalert@redhat.com",
"url": "https://access.redhat.com/errata/RHSA-2026:25520"
},
{
"source": "secalert@redhat.com",
"url": "https://access.redhat.com/security/cve/CVE-2026-11850"
},
{
"source": "secalert@redhat.com",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
}
],
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-191"
}
],
"source": "secalert@redhat.com",
"type": "Secondary"
}
]
}
GHSA-85RQ-MQR4-HJW7
Vulnerability from github – Published: 2026-06-11 12:32 – Updated: 2026-06-12 15:30An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read. The attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len < 2, triggering the underflow when the KDC or kadmind reads principal data.
{
"affected": [],
"aliases": [
"CVE-2026-11850"
],
"database_specific": {
"cwe_ids": [
"CWE-191"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-11T10:16:21Z",
"severity": "MODERATE"
},
"details": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"id": "GHSA-85rq-mqr4-hjw7",
"modified": "2026-06-12T15:30:31Z",
"published": "2026-06-11T12:32:43Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11850"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2026:25520"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2026-11850"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:25520
Vulnerability from csaf_redhat - Published: 2026-06-12 13:47 - Updated: 2026-07-06 22:00An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read. The attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len < 2, triggering the underflow when the KDC or kadmind reads principal data.
| 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
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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-8.hum1 (aarch64, x86_64)\n * krb5-libs-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-pkinit-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-server-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-server-ldap-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-tests-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-workstation-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-xrealmauthz-1.22.2-8.hum1 (aarch64, x86_64)\n * libkadm5-1.22.2-8.hum1 (aarch64, x86_64)\n * krb5-1.22.2-8.hum1.src (src)\n\nSecurity Fix(es):\n\nkrb5:\n * CVE-2026-11850",
"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:25520",
"url": "https://access.redhat.com/errata/RHSA-2026:25520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11850",
"url": "https://access.redhat.com/security/cve/CVE-2026-11850"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25520.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update",
"tracking": {
"current_release_date": "2026-07-06T22:00:32+00:00",
"generator": {
"date": "2026-07-06T22:00:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:25520",
"initial_release_date": "2026-06-12T13:47:06+00:00",
"revision_history": [
{
"date": "2026-06-12T13:47:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-12T13:50:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-06T22:00:32+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-8.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-8.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-8.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": [
{
"acknowledgments": [
{
"names": [
"Sebasti\u00e1n Alba Vives"
]
}
],
"cve": "CVE-2026-11850",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459970"
}
],
"notes": [
{
"category": "description",
"text": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this issue as Moderate impact. In krb5\u0027s LDAP KDB plugin, berval2tl_data() subtracts two from a BER value length without checking it is at least two. A malicious or compromised LDAP KDB backend returning krbExtraData with length 0 or 1 causes unsigned underflow and a large heap out-of-bounds read when the KDC or kadmind loads principal data. Exploitation requires compromise of or write access to the LDAP backend used as the Kerberos database. Deployments using file-based KDB backends rather than LDAP are not affected by this code path.",
"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-11850"
},
{
"category": "external",
"summary": "RHBZ#2459970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11850",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11850"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11850",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11850"
}
],
"release_date": "2026-06-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-12T13:47:06+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:25520"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"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.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/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: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds read"
}
]
}
SUSE-SU-2026:22450-1
Vulnerability from csaf_suse - Published: 2026-06-30 09:04 - Updated: 2026-06-30 09:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for krb5",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for krb5 fixes the following issue\n\n- CVE-2026-11850: integer underflow in berval2tl_data() leads to heap out-of-bounds read (bsc#1268131).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-602",
"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_22450-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22450-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622450-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22450-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027258.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268131",
"url": "https://bugzilla.suse.com/1268131"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11850 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11850/"
}
],
"title": "Security update for krb5",
"tracking": {
"current_release_date": "2026-06-30T09:04:51Z",
"generator": {
"date": "2026-06-30T09:04:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22450-1",
"initial_release_date": "2026-06-30T09:04:51Z",
"revision_history": [
{
"date": "2026-06-30T09:04:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.21.3-slfo.1.1_5.1.aarch64",
"product": {
"name": "krb5-1.21.3-slfo.1.1_5.1.aarch64",
"product_id": "krb5-1.21.3-slfo.1.1_5.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"product": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"product_id": "krb5-client-1.21.3-slfo.1.1_5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"product": {
"name": "krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"product_id": "krb5-1.21.3-slfo.1.1_5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"product": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"product_id": "krb5-client-1.21.3-slfo.1.1_5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.21.3-slfo.1.1_5.1.s390x",
"product": {
"name": "krb5-1.21.3-slfo.1.1_5.1.s390x",
"product_id": "krb5-1.21.3-slfo.1.1_5.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"product": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"product_id": "krb5-client-1.21.3-slfo.1.1_5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.21.3-slfo.1.1_5.1.x86_64",
"product": {
"name": "krb5-1.21.3-slfo.1.1_5.1.x86_64",
"product_id": "krb5-1.21.3-slfo.1.1_5.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.21.3-slfo.1.1_5.1.x86_64",
"product": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.x86_64",
"product_id": "krb5-client-1.21.3-slfo.1.1_5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.21.3-slfo.1.1_5.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.aarch64"
},
"product_reference": "krb5-1.21.3-slfo.1.1_5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.21.3-slfo.1.1_5.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.ppc64le"
},
"product_reference": "krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.21.3-slfo.1.1_5.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.s390x"
},
"product_reference": "krb5-1.21.3-slfo.1.1_5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.21.3-slfo.1.1_5.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.x86_64"
},
"product_reference": "krb5-1.21.3-slfo.1.1_5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.aarch64"
},
"product_reference": "krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.ppc64le"
},
"product_reference": "krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.s390x"
},
"product_reference": "krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.21.3-slfo.1.1_5.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.x86_64"
},
"product_reference": "krb5-client-1.21.3-slfo.1.1_5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11850"
}
],
"notes": [
{
"category": "general",
"text": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.x86_64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11850",
"url": "https://www.suse.com/security/cve/CVE-2026-11850"
},
{
"category": "external",
"summary": "SUSE Bug 1268131 for CVE-2026-11850",
"url": "https://bugzilla.suse.com/1268131"
}
],
"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 Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.x86_64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-1.21.3-slfo.1.1_5.1.x86_64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:krb5-client-1.21.3-slfo.1.1_5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-30T09:04:51Z",
"details": "important"
}
],
"title": "CVE-2026-11850"
}
]
}
SUSE-SU-2026:2847-1
Vulnerability from csaf_suse - Published: 2026-07-10 11:38 - Updated: 2026-07-10 11:38| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for krb5",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for krb5 fixes the following issue\n\n- CVE-2026-11850: integer underflow in berval2tl_data() leads to heap out-of-bounds read (bsc#1268131).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2847,SUSE-SLE-Micro-5.5-2026-2847,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2847,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2847,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2847,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2847",
"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_2847-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2847-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262847-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2847-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/048102.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268131",
"url": "https://bugzilla.suse.com/1268131"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11850 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11850/"
}
],
"title": "Security update for krb5",
"tracking": {
"current_release_date": "2026-07-10T11:38:37Z",
"generator": {
"date": "2026-07-10T11:38:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2847-1",
"initial_release_date": "2026-07-10T11:38:37Z",
"revision_history": [
{
"date": "2026-07-10T11:38:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-client-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-devel-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-mini-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-mini-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-mini-devel-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"product": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"product_id": "krb5-server-1.20.1-150500.3.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-64bit-1.20.1-150500.3.23.1.aarch64_ilp32",
"product": {
"name": "krb5-64bit-1.20.1-150500.3.23.1.aarch64_ilp32",
"product_id": "krb5-64bit-1.20.1-150500.3.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "krb5-devel-64bit-1.20.1-150500.3.23.1.aarch64_ilp32",
"product": {
"name": "krb5-devel-64bit-1.20.1-150500.3.23.1.aarch64_ilp32",
"product_id": "krb5-devel-64bit-1.20.1-150500.3.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-client-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-client-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-devel-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-devel-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-mini-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-mini-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-mini-devel-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.23.1.i586",
"product": {
"name": "krb5-server-1.20.1-150500.3.23.1.i586",
"product_id": "krb5-server-1.20.1-150500.3.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-client-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-client-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-devel-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-mini-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-mini-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-mini-devel-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.23.1.ppc64le",
"product": {
"name": "krb5-server-1.20.1-150500.3.23.1.ppc64le",
"product_id": "krb5-server-1.20.1-150500.3.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-client-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-client-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-devel-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-devel-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-mini-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-mini-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-mini-devel-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.23.1.s390x",
"product": {
"name": "krb5-server-1.20.1-150500.3.23.1.s390x",
"product_id": "krb5-server-1.20.1-150500.3.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-32bit-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-client-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-devel-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-devel-32bit-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-devel-32bit-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-mini-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-mini-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-mini-devel-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-mini-devel-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-plugin-preauth-spake-1.20.1-150500.3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"product": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"product_id": "krb5-server-1.20.1-150500.3.23.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_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5",
"product_id": "SUSE Linux Enterprise Server 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.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.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.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.23.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.23.1.ppc64le"
},
"product_reference": "krb5-1.20.1-150500.3.23.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.23.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.23.1.s390x"
},
"product_reference": "krb5-1.20.1-150500.3.23.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.23.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.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.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.23.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.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.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.23.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.23.1.ppc64le"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.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.23.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.23.1.s390x"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.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.23.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.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.s390x"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-client-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-devel-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.20.1-150500.3.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
},
"product_reference": "krb5-server-1.20.1-150500.3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11850"
}
],
"notes": [
{
"category": "general",
"text": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11850",
"url": "https://www.suse.com/security/cve/CVE-2026-11850"
},
{
"category": "external",
"summary": "SUSE Bug 1268131 for CVE-2026-11850",
"url": "https://bugzilla.suse.com/1268131"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Micro 5.5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-32bit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-client-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-devel-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-kdb-ldap-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-otp-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-plugin-preauth-pkinit-1.20.1-150500.3.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:krb5-server-1.20.1-150500.3.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-10T11:38:37Z",
"details": "moderate"
}
],
"title": "CVE-2026-11850"
}
]
}
SUSE-SU-2026:2849-1
Vulnerability from csaf_suse - Published: 2026-07-10 11:39 - Updated: 2026-07-10 11:39| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-client-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-server-1.16.3-46.24.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for krb5",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for krb5 fixes the following issue\n\n- CVE-2026-11850: integer underflow in berval2tl_data() leads to heap out-of-bounds read (bsc#1268131).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2849,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2849,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2849",
"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_2849-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2849-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262849-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2849-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/048100.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268131",
"url": "https://bugzilla.suse.com/1268131"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11850 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11850/"
}
],
"title": "Security update for krb5",
"tracking": {
"current_release_date": "2026-07-10T11:39:21Z",
"generator": {
"date": "2026-07-10T11:39:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2849-1",
"initial_release_date": "2026-07-10T11:39:21Z",
"revision_history": [
{
"date": "2026-07-10T11:39:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-1.16.3-46.24.1.aarch64",
"product_id": "krb5-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-client-1.16.3-46.24.1.aarch64",
"product_id": "krb5-client-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.aarch64",
"product_id": "krb5-devel-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.aarch64",
"product_id": "krb5-doc-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.aarch64",
"product_id": "krb5-mini-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.aarch64",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.aarch64",
"product": {
"name": "krb5-server-1.16.3-46.24.1.aarch64",
"product_id": "krb5-server-1.16.3-46.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-64bit-1.16.3-46.24.1.aarch64_ilp32",
"product": {
"name": "krb5-64bit-1.16.3-46.24.1.aarch64_ilp32",
"product_id": "krb5-64bit-1.16.3-46.24.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "krb5-devel-64bit-1.16.3-46.24.1.aarch64_ilp32",
"product": {
"name": "krb5-devel-64bit-1.16.3-46.24.1.aarch64_ilp32",
"product_id": "krb5-devel-64bit-1.16.3-46.24.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-1.16.3-46.24.1.i586",
"product_id": "krb5-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-client-1.16.3-46.24.1.i586",
"product_id": "krb5-client-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.i586",
"product_id": "krb5-devel-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.i586",
"product_id": "krb5-doc-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.i586",
"product_id": "krb5-mini-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.i586",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.i586",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.i586",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.i586",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.i586"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.i586",
"product": {
"name": "krb5-server-1.16.3-46.24.1.i586",
"product_id": "krb5-server-1.16.3-46.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-client-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-client-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-devel-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-doc-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-mini-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.ppc64le",
"product": {
"name": "krb5-server-1.16.3-46.24.1.ppc64le",
"product_id": "krb5-server-1.16.3-46.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-1.16.3-46.24.1.s390",
"product_id": "krb5-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-client-1.16.3-46.24.1.s390",
"product_id": "krb5-client-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.s390",
"product_id": "krb5-devel-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.s390",
"product_id": "krb5-doc-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.s390",
"product_id": "krb5-mini-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.s390",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.s390",
"product": {
"name": "krb5-server-1.16.3-46.24.1.s390",
"product_id": "krb5-server-1.16.3-46.24.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-1.16.3-46.24.1.s390x",
"product_id": "krb5-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-32bit-1.16.3-46.24.1.s390x",
"product_id": "krb5-32bit-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-client-1.16.3-46.24.1.s390x",
"product_id": "krb5-client-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.s390x",
"product_id": "krb5-devel-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-devel-32bit-1.16.3-46.24.1.s390x",
"product_id": "krb5-devel-32bit-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.s390x",
"product_id": "krb5-doc-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.s390x",
"product_id": "krb5-mini-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.s390x",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.s390x",
"product": {
"name": "krb5-server-1.16.3-46.24.1.s390x",
"product_id": "krb5-server-1.16.3-46.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "krb5-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-1.16.3-46.24.1.x86_64",
"product_id": "krb5-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-32bit-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-32bit-1.16.3-46.24.1.x86_64",
"product_id": "krb5-32bit-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-client-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-client-1.16.3-46.24.1.x86_64",
"product_id": "krb5-client-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-devel-1.16.3-46.24.1.x86_64",
"product_id": "krb5-devel-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-devel-32bit-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-devel-32bit-1.16.3-46.24.1.x86_64",
"product_id": "krb5-devel-32bit-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-doc-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-doc-1.16.3-46.24.1.x86_64",
"product_id": "krb5-doc-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-mini-1.16.3-46.24.1.x86_64",
"product_id": "krb5-mini-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-mini-devel-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-mini-devel-1.16.3-46.24.1.x86_64",
"product_id": "krb5-mini-devel-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"product_id": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"product_id": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"product_id": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "krb5-server-1.16.3-46.24.1.x86_64",
"product": {
"name": "krb5-server-1.16.3-46.24.1.x86_64",
"product_id": "krb5-server-1.16.3-46.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-32bit-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-32bit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-client-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-client-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-client-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-client-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-server-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-server-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-server-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-server-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-32bit-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-32bit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-client-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-client-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-client-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-client-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.aarch64"
},
"product_reference": "krb5-server-1.16.3-46.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.ppc64le"
},
"product_reference": "krb5-server-1.16.3-46.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.s390x"
},
"product_reference": "krb5-server-1.16.3-46.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-server-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-32bit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-32bit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-client-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-client-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-client-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-devel-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-devel-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-doc-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-doc-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "krb5-server-1.16.3-46.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-server-1.16.3-46.24.1.x86_64"
},
"product_reference": "krb5-server-1.16.3-46.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11850"
}
],
"notes": [
{
"category": "general",
"text": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read.\nThe attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-server-1.16.3-46.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11850",
"url": "https://www.suse.com/security/cve/CVE-2026-11850"
},
{
"category": "external",
"summary": "SUSE Bug 1268131 for CVE-2026-11850",
"url": "https://bugzilla.suse.com/1268131"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-server-1.16.3-46.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:krb5-server-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-32bit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-client-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-devel-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-doc-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-kdb-ldap-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-otp-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-plugin-preauth-pkinit-1.16.3-46.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:krb5-server-1.16.3-46.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-10T11:39:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-11850"
}
]
}
ubuntu-cve-2026-11850
Vulnerability from osv_ubuntu
An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read. The attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len < 2, triggering the underflow when the KDC or kadmind reads principal data.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "krb5-user",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libgssrpc4",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkadm5clnt-mit9",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkadm5srv-mit8",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkadm5srv-mit9",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkdb5-7",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkrad0",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.12+dfsg-2ubuntu5.4+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.12+dfsg-2ubuntu5.4+esm7?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.10.1+dfsg-6.1ubuntu1",
"1.11.3+dfsg-3ubuntu2",
"1.12+dfsg-2ubuntu1",
"1.12+dfsg-2ubuntu2",
"1.12+dfsg-2ubuntu3",
"1.12+dfsg-2ubuntu4",
"1.12+dfsg-2ubuntu4.2",
"1.12+dfsg-2ubuntu5",
"1.12+dfsg-2ubuntu5.1",
"1.12+dfsg-2ubuntu5.2",
"1.12+dfsg-2ubuntu5.3",
"1.12+dfsg-2ubuntu5.4",
"1.12+dfsg-2ubuntu5.4+esm1",
"1.12+dfsg-2ubuntu5.4+esm2",
"1.12+dfsg-2ubuntu5.4+esm3",
"1.12+dfsg-2ubuntu5.4+esm4",
"1.12+dfsg-2ubuntu5.4+esm5",
"1.12+dfsg-2ubuntu5.4+esm6",
"1.12+dfsg-2ubuntu5.4+esm7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "krb5-user",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libgssrpc4",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkadm5clnt-mit9",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkadm5srv-mit9",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkdb5-8",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkrad0",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.13.2+dfsg-5ubuntu2.2+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.13.2+dfsg-5ubuntu2.2+esm7?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.13.2+dfsg-2",
"1.13.2+dfsg-3",
"1.13.2+dfsg-4",
"1.13.2+dfsg-5",
"1.13.2+dfsg-5ubuntu1",
"1.13.2+dfsg-5ubuntu2",
"1.13.2+dfsg-5ubuntu2.1",
"1.13.2+dfsg-5ubuntu2.1+esm1",
"1.13.2+dfsg-5ubuntu2.2",
"1.13.2+dfsg-5ubuntu2.2+esm1",
"1.13.2+dfsg-5ubuntu2.2+esm2",
"1.13.2+dfsg-5ubuntu2.2+esm3",
"1.13.2+dfsg-5ubuntu2.2+esm4",
"1.13.2+dfsg-5ubuntu2.2+esm5",
"1.13.2+dfsg-5ubuntu2.2+esm6",
"1.13.2+dfsg-5ubuntu2.2+esm7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "krb5-user",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libgssrpc4",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkadm5clnt-mit11",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkadm5srv-mit11",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkdb5-9",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkrad0",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.16-2ubuntu0.4+esm5"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.16-2ubuntu0.4+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.16-2ubuntu0.4+esm5?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.15.1-2",
"1.16-2",
"1.16-2build1",
"1.16-2ubuntu0.1",
"1.16-2ubuntu0.1+esm1",
"1.16-2ubuntu0.2",
"1.16-2ubuntu0.3",
"1.16-2ubuntu0.4",
"1.16-2ubuntu0.4+esm1",
"1.16-2ubuntu0.4+esm2",
"1.16-2ubuntu0.4+esm3",
"1.16-2ubuntu0.4+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "krb5-user",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libgssrpc4",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkadm5clnt-mit11",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkadm5srv-mit11",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkdb5-9",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkrad0",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.17-6ubuntu4.11"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.17-6ubuntu4.11"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.17-6ubuntu4.11?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.17-6",
"1.17-6ubuntu3",
"1.17-6ubuntu4",
"1.17-6ubuntu4.1",
"1.17-6ubuntu4.2",
"1.17-6ubuntu4.3",
"1.17-6ubuntu4.4",
"1.17-6ubuntu4.6",
"1.17-6ubuntu4.7",
"1.17-6ubuntu4.8",
"1.17-6ubuntu4.9",
"1.17-6ubuntu4.11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "krb5-user",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libgssrpc4",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkadm5clnt-mit12",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkadm5srv-mit12",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkdb5-10",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkrad0",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.19.2-2ubuntu0.7"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.19.2-2ubuntu0.7"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.19.2-2ubuntu0.7?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.18.3-6",
"1.18.3-7",
"1.19.2-0ubuntu1",
"1.19.2-1",
"1.19.2-2",
"1.19.2-2ubuntu0.1",
"1.19.2-2ubuntu0.2",
"1.19.2-2ubuntu0.3",
"1.19.2-2ubuntu0.4",
"1.19.2-2ubuntu0.5",
"1.19.2-2ubuntu0.6",
"1.19.2-2ubuntu0.7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "krb5-user",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libgssrpc4t64",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkadm5clnt-mit12",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkadm5srv-mit12",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkdb5-10t64",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkrad0",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.20.1-6ubuntu2.6"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.20.1-6ubuntu2.6"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.20.1-6ubuntu2.6?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.20.1-3ubuntu1",
"1.20.1-5build1",
"1.20.1-6ubuntu1",
"1.20.1-6ubuntu2",
"1.20.1-6ubuntu2.1",
"1.20.1-6ubuntu2.2",
"1.20.1-6ubuntu2.3",
"1.20.1-6ubuntu2.4",
"1.20.1-6ubuntu2.5",
"1.20.1-6ubuntu2.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "krb5-user",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libgssrpc4t64",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkadm5clnt-mit12",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkadm5srv-mit12",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkdb5-10t64",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkrad0",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.21.3-5ubuntu2"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.21.3-5ubuntu2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.21.3-5ubuntu2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.21.3-4ubuntu2",
"1.21.3-5ubuntu1",
"1.21.3-5ubuntu2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "krb5-admin-server",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-gss-samples",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-k5tls",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-kdc",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-kdc-ldap",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-kpropd",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-locales",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-multidev",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-otp",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-pkinit",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "krb5-user",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libgssapi-krb5-2",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libgssrpc4t64",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libk5crypto3",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkadm5clnt-mit12",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkadm5srv-mit12",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkdb5-10t64",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkrad0",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkrb5-3",
"binary_version": "1.22.1-2ubuntu4"
},
{
"binary_name": "libkrb5support0",
"binary_version": "1.22.1-2ubuntu4"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "krb5",
"purl": "pkg:deb/ubuntu/krb5@1.22.1-2ubuntu4?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.21.3-5ubuntu2",
"1.22.1-2",
"1.22.1-2ubuntu2",
"1.22.1-2ubuntu3",
"1.22.1-2ubuntu4"
]
}
],
"aliases": [],
"details": "An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read. The attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len \u003c 2, triggering the underflow when the KDC or kadmind reads principal data.",
"id": "UBUNTU-CVE-2026-11850",
"modified": "2026-06-17T04:27:00Z",
"published": "2026-06-11T10:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-11850"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11850"
},
{
"type": "REPORT",
"url": "https://krbdev.mit.edu/rt/Ticket/Display.html?id=9206"
},
{
"type": "REPORT",
"url": "https://github.com/krb5/krb5/commit/2a5fd83d4436583f2ddc0e193269a4d800ee45c4"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11850"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-11850"
]
}
WID-SEC-W-2026-1900
Vulnerability from csaf_certbund - Published: 2026-06-11 22:00 - Updated: 2026-06-14 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
MIT Kerberos <1.22.3
MIT / Kerberos
|
<1.22.3 |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://github.com/krb5/krb5/commit/2a5fd83 | external |
| https://krbdev.mit.edu/rt/Ticket/Display.html?id=9206 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2459970 | external |
| https://access.redhat.com/security/cve/cve-2026-11850 | external |
| https://github.com/advisories/GHSA-85RQ-MQR4-HJW7 | external |
| https://euvd.enisa.europa.eu/enisa/EUVD-2026-36219 | external |
| https://access.redhat.com/errata/RHSA-2026:25520 | external |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Kerberos ist ein verteilter Netzwerkdienst zur Authentifizierung. MIT Kerberos ist die freie Implementierung des \"Kerberos network authentication protocol\", des Massachusetts Institute of Technology (MIT).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in MIT Kerberos ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1900 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1900.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1900 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1900"
},
{
"category": "external",
"summary": "krb5 GitHub Commit vom 2026-06-11",
"url": "https://github.com/krb5/krb5/commit/2a5fd83"
},
{
"category": "external",
"summary": "MIT Issue vom 2026-06-11",
"url": "https://krbdev.mit.edu/rt/Ticket/Display.html?id=9206"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2026-06-11",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459970"
},
{
"category": "external",
"summary": "Red Hat Customer Portal vom 2026-06-11",
"url": "https://access.redhat.com/security/cve/cve-2026-11850"
},
{
"category": "external",
"summary": "GitHub Security Advisory vom 2026-06-11",
"url": "https://github.com/advisories/GHSA-85RQ-MQR4-HJW7"
},
{
"category": "external",
"summary": "EUVD vom 2026-06-11",
"url": "https://euvd.enisa.europa.eu/enisa/EUVD-2026-36219"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25520 vom 2026-06-12",
"url": "https://access.redhat.com/errata/RHSA-2026:25520"
}
],
"source_lang": "en-US",
"title": "MIT Kerberos: Schwachstelle erm\u00f6glicht nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-06-14T22:00:00.000+00:00",
"generator": {
"date": "2026-06-15T07:40:31.720+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1900",
"initial_release_date": "2026-06-11T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.22.3",
"product": {
"name": "MIT Kerberos \u003c1.22.3",
"product_id": "T055328"
}
},
{
"category": "product_version",
"name": "1.22.3",
"product": {
"name": "MIT Kerberos 1.22.3",
"product_id": "T055328-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:mit:kerberos:1.22.3"
}
}
}
],
"category": "product_name",
"name": "Kerberos"
}
],
"category": "vendor",
"name": "MIT"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11850",
"product_status": {
"known_affected": [
"67646",
"T055328"
]
},
"release_date": "2026-06-11T22:00:00.000+00:00",
"title": "CVE-2026-11850"
}
]
}
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.