Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-37464 (GCVE-0-2023-37464)
Vulnerability from cvelistv5 – Published: 2023-07-14 20:25 – Updated: 2025-02-13 17:01
VLAI
EPSS
Title
Incorrect Authentication Tag length usage in AES GCM decryption in OpenIDC/cjose
Summary
OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version >= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).
Severity
8.6 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-327 - Use of a Broken or Risky Cryptographic Algorithm
Assigner
References
9 references
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T17:16:30.233Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"name": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"name": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7"
},
{
"name": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5472"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "cjose",
"vendor": "cisco",
"versions": [
{
"lessThan": "0.6.2.2",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-37464",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-30T15:16:24.195381Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-30T15:18:28.556Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "cjose",
"vendor": "OpenIDC",
"versions": [
{
"status": "affected",
"version": "\u003c 0.6.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC)."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-327",
"description": "CWE-327: Use of a Broken or Risky Cryptographic Algorithm",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-15T21:06:26.011Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"name": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"name": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7",
"tags": [
"x_refsource_MISC"
],
"url": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7"
},
{
"name": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html"
},
{
"url": "https://www.debian.org/security/2023/dsa-5472"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/"
}
],
"source": {
"advisory": "GHSA-3rhg-3gf2-6xgj",
"discovery": "UNKNOWN"
},
"title": "Incorrect Authentication Tag length usage in AES GCM decryption in OpenIDC/cjose"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-37464",
"datePublished": "2023-07-14T20:25:18.264Z",
"dateReserved": "2023-07-06T13:01:36.997Z",
"dateUpdated": "2025-02-13T17:01:27.231Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-37464",
"date": "2026-06-09",
"epss": "0.00198",
"percentile": "0.41792"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"0.6.2.2\", \"matchCriteriaId\": \"03D82D74-C8C8-4602-933C-DD2940EF4E2C\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).\"}, {\"lang\": \"es\", \"value\": \"OpenIDC/cjose es una biblioteca C que implementa Javascript Object Signing and Encryption (JOSE). La rutina de descifrado AES GCM utiliza incorrectamente la longitud de la etiqueta de la etiqueta de autenticaci\\u00f3n real proporcionada en el JWE. La especificaci\\u00f3n dice que se debe aplicar una longitud fija de 16 octetos. Por lo tanto, este error permite a un atacante proporcionar una etiqueta de autenticaci\\u00f3n truncada y modificar el JWE en consecuencia. Los usuarios deben actualizar a una versi\\u00f3n \u0026gt;= 0.6.2.2. Los usuarios que no puedan actualizar deben evitar el uso del cifrado AES GCM y reemplazarlo con otro algoritmo de cifrado (por ejemplo, AES CBC).\"}]",
"id": "CVE-2023-37464",
"lastModified": "2024-11-21T08:11:45.743",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N\", \"baseScore\": 8.6, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 4.0}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
"published": "2023-07-14T21:15:08.903",
"references": "[{\"url\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5472\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5472\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-327\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-37464\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-07-14T21:15:08.903\",\"lastModified\":\"2024-11-21T08:11:45.743\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).\"},{\"lang\":\"es\",\"value\":\"OpenIDC/cjose es una biblioteca C que implementa Javascript Object Signing and Encryption (JOSE). La rutina de descifrado AES GCM utiliza incorrectamente la longitud de la etiqueta de la etiqueta de autenticaci\u00f3n real proporcionada en el JWE. La especificaci\u00f3n dice que se debe aplicar una longitud fija de 16 octetos. Por lo tanto, este error permite a un atacante proporcionar una etiqueta de autenticaci\u00f3n truncada y modificar el JWE en consecuencia. Los usuarios deben actualizar a una versi\u00f3n \u0026gt;= 0.6.2.2. Los usuarios que no puedan actualizar deben evitar el uso del cifrado AES GCM y reemplazarlo con otro algoritmo de cifrado (por ejemplo, AES CBC).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":4.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-327\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.6.2.2\",\"matchCriteriaId\":\"03D82D74-C8C8-4602-933C-DD2940EF4E2C\"}]}]}],\"references\":[{\"url\":\"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5472\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5472\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"name\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"name\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"name\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"name\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5472\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:16:30.233Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-37464\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-30T15:16:24.195381Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*\"], \"vendor\": \"cisco\", \"product\": \"cjose\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.6.2.2\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-30T15:18:23.212Z\"}}], \"cna\": {\"title\": \"Incorrect Authentication Tag length usage in AES GCM decryption in OpenIDC/cjose\", \"source\": {\"advisory\": \"GHSA-3rhg-3gf2-6xgj\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 8.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"OpenIDC\", \"product\": \"cjose\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.6.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"name\": \"https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"name\": \"https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"name\": \"https://datatracker.ietf.org/doc/html/rfc7518#section-4.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"name\": \"https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5472\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-327\", \"description\": \"CWE-327: Use of a Broken or Risky Cryptographic Algorithm\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-07-14T20:25:18.264Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-37464\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-30T15:18:28.556Z\", \"dateReserved\": \"2023-07-06T13:01:36.997Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-07-14T20:25:18.264Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:3030-1
Vulnerability from csaf_suse - Published: 2023-07-31 08:18 - Updated: 2023-07-31 08:18Summary
Security update for cjose
Severity
Important
Notes
Title of the patch: Security update for cjose
Description of the patch: This update for cjose fixes the following issues:
- CVE-2023-37464: Fixed AES GCM decryption uses the Tag length from the actual Authentication Tag (bsc#1213385).
Patchnames: SUSE-2023-3030,SUSE-OpenStack-Cloud-9-2023-3030,SUSE-OpenStack-Cloud-Crowbar-9-2023-3030,SUSE-SLE-SAP-12-SP4-2023-3030,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-3030,SUSE-SLE-SERVER-12-SP4-LTSS-2023-3030,SUSE-SLE-SERVER-12-SP5-2023-3030
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libcjose0-0.6.1-7.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cjose",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cjose fixes the following issues:\n\n- CVE-2023-37464: Fixed AES GCM decryption uses the Tag length from the actual Authentication Tag (bsc#1213385).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3030,SUSE-OpenStack-Cloud-9-2023-3030,SUSE-OpenStack-Cloud-Crowbar-9-2023-3030,SUSE-SLE-SAP-12-SP4-2023-3030,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-3030,SUSE-SLE-SERVER-12-SP4-LTSS-2023-3030,SUSE-SLE-SERVER-12-SP5-2023-3030",
"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-2023_3030-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3030-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233030-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3030-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-July/030645.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213385",
"url": "https://bugzilla.suse.com/1213385"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-37464 page",
"url": "https://www.suse.com/security/cve/CVE-2023-37464/"
}
],
"title": "Security update for cjose",
"tracking": {
"current_release_date": "2023-07-31T08:18:47Z",
"generator": {
"date": "2023-07-31T08:18:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3030-1",
"initial_release_date": "2023-07-31T08:18:47Z",
"revision_history": [
{
"date": "2023-07-31T08:18:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.aarch64",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.aarch64",
"product_id": "libcjose-devel-0.6.1-7.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.aarch64",
"product": {
"name": "libcjose0-0.6.1-7.5.1.aarch64",
"product_id": "libcjose0-0.6.1-7.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.i586",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.i586",
"product_id": "libcjose-devel-0.6.1-7.5.1.i586"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.i586",
"product": {
"name": "libcjose0-0.6.1-7.5.1.i586",
"product_id": "libcjose0-0.6.1-7.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.ppc64le",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.ppc64le",
"product_id": "libcjose-devel-0.6.1-7.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.ppc64le",
"product": {
"name": "libcjose0-0.6.1-7.5.1.ppc64le",
"product_id": "libcjose0-0.6.1-7.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.s390",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.s390",
"product_id": "libcjose-devel-0.6.1-7.5.1.s390"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.s390",
"product": {
"name": "libcjose0-0.6.1-7.5.1.s390",
"product_id": "libcjose0-0.6.1-7.5.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.s390x",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.s390x",
"product_id": "libcjose-devel-0.6.1-7.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.s390x",
"product": {
"name": "libcjose0-0.6.1-7.5.1.s390x",
"product_id": "libcjose0-0.6.1-7.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-7.5.1.x86_64",
"product": {
"name": "libcjose-devel-0.6.1-7.5.1.x86_64",
"product_id": "libcjose-devel-0.6.1-7.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-7.5.1.x86_64",
"product": {
"name": "libcjose0-0.6.1-7.5.1.x86_64",
"product_id": "libcjose0-0.6.1-7.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-espos:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp4"
}
}
},
{
"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 for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-7.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-7.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.s390x"
},
"product_reference": "libcjose0-0.6.1-7.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-7.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.s390x"
},
"product_reference": "libcjose0-0.6.1-7.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-7.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.s390x"
},
"product_reference": "libcjose0-0.6.1-7.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-7.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-7.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-37464"
}
],
"notes": [
{
"category": "general",
"text": "OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud 9:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libcjose0-0.6.1-7.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-37464",
"url": "https://www.suse.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "SUSE Bug 1213385 for CVE-2023-37464",
"url": "https://bugzilla.suse.com/1213385"
}
],
"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 SP4-ESPOS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud 9:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libcjose0-0.6.1-7.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud 9:libcjose0-0.6.1-7.5.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libcjose0-0.6.1-7.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-31T08:18:47Z",
"details": "important"
}
],
"title": "CVE-2023-37464"
}
]
}
SUSE-SU-2023:3230-1
Vulnerability from csaf_suse - Published: 2023-08-08 14:00 - Updated: 2023-08-08 14:00Summary
Security update for cjose
Severity
Important
Notes
Title of the patch: Security update for cjose
Description of the patch: This update for cjose fixes the following issues:
- CVE-2023-37464: Fixed AES GCM decryption uses the Tag length from the actual Authentication Tag (bsc#1213385).
Patchnames: SUSE-2023-3230,SUSE-SLE-Module-Server-Applications-15-SP4-2023-3230,SUSE-SLE-Module-Server-Applications-15-SP5-2023-3230,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-3230,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3230,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3230,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3230,SUSE-SLE-Product-RT-15-SP3-2023-3230,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3230,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3230,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3230,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3230,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3230,SUSE-Storage-7-2023-3230,SUSE-Storage-7.1-2023-3230,openSUSE-SLE-15.4-2023-3230,openSUSE-SLE-15.5-2023-3230
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
100 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cjose",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cjose fixes the following issues:\n\n- CVE-2023-37464: Fixed AES GCM decryption uses the Tag length from the actual Authentication Tag (bsc#1213385).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3230,SUSE-SLE-Module-Server-Applications-15-SP4-2023-3230,SUSE-SLE-Module-Server-Applications-15-SP5-2023-3230,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-3230,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3230,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3230,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3230,SUSE-SLE-Product-RT-15-SP3-2023-3230,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3230,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3230,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3230,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3230,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3230,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3230,SUSE-Storage-7-2023-3230,SUSE-Storage-7.1-2023-3230,openSUSE-SLE-15.4-2023-3230,openSUSE-SLE-15.5-2023-3230",
"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-2023_3230-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3230-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233230-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3230-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015807.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213385",
"url": "https://bugzilla.suse.com/1213385"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-37464 page",
"url": "https://www.suse.com/security/cve/CVE-2023-37464/"
}
],
"title": "Security update for cjose",
"tracking": {
"current_release_date": "2023-08-08T14:00:35Z",
"generator": {
"date": "2023-08-08T14:00:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3230-1",
"initial_release_date": "2023-08-08T14:00:35Z",
"revision_history": [
{
"date": "2023-08-08T14:00:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"product": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"product_id": "libcjose-devel-0.6.1-150100.4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"product": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"product_id": "libcjose0-0.6.1-150100.4.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-150100.4.6.1.i586",
"product": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.i586",
"product_id": "libcjose-devel-0.6.1-150100.4.6.1.i586"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-150100.4.6.1.i586",
"product": {
"name": "libcjose0-0.6.1-150100.4.6.1.i586",
"product_id": "libcjose0-0.6.1-150100.4.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"product": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"product_id": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"product": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"product_id": "libcjose0-0.6.1-150100.4.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"product": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"product_id": "libcjose-devel-0.6.1-150100.4.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-150100.4.6.1.s390x",
"product": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x",
"product_id": "libcjose0-0.6.1-150100.4.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"product": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"product_id": "libcjose-devel-0.6.1-150100.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"product": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"product_id": "libcjose0-0.6.1-150100.4.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.1-150100.4.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.aarch64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.ppc64le"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.s390x"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.1-150100.4.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.x86_64"
},
"product_reference": "libcjose0-0.6.1-150100.4.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-37464"
}
],
"notes": [
{
"category": "general",
"text": "OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version \u003e= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-37464",
"url": "https://www.suse.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "SUSE Bug 1213385 for CVE-2023-37464",
"url": "https://bugzilla.suse.com/1213385"
}
],
"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 Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Enterprise Storage 7:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Proxy 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.s390x",
"SUSE Manager Server 4.2:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.4:libcjose0-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose-devel-0.6.1-150100.4.6.1.x86_64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.aarch64",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.ppc64le",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.s390x",
"openSUSE Leap 15.5:libcjose0-0.6.1-150100.4.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-08T14:00:35Z",
"details": "important"
}
],
"title": "CVE-2023-37464"
}
]
}
WID-SEC-W-2023-1940
Vulnerability from csaf_certbund - Published: 2023-08-01 22:00 - Updated: 2023-11-21 23:00Summary
Red Hat Enterprise Linux (mod_auth_openidc): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Diese ist auf einen Fehler in der Komponente "mod_auth_openidc" zurückzuführen, welche eine Verwundbarkeit für einen kryptographischen Angriff besitzt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsvorkehrungen hinsichtlich der Kryptographie zu umgehen.
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.2_update_services_for_sap_solutions
|
— | |
|
Red Hat Enterprise Linux 8.2 Advanced Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.2_advanced_update_support
|
— | |
|
Red Hat Enterprise Linux 8.2 Telecommunications Update Service
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.2_telecommunications_update_service
|
— | |
|
Red Hat Enterprise Linux 8.4 Telecommunications Update Service
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.4_telecommunications_update_service
|
— | |
|
Red Hat Enterprise Linux 9.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.0_extended_update_support
|
— | |
|
Red Hat Enterprise Linux 8.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.6_extended_update_support
|
— | |
|
Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.4_update_services_for_sap_solutions
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
— | |
|
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8.4_advanced_mission_critical_update_support
|
— |
References
12 references
{
"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": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1940 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1940.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1940 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1940"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-6940 vom 2023-11-21",
"url": "https://linux.oracle.com/errata/ELSA-2023-6940.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4418 vom 2023-08-10",
"url": "https://oss.oracle.com/pipermail/el-errata/2023-August/014373.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4411 vom 2023-08-10",
"url": "https://oss.oracle.com/pipermail/el-errata/2023-August/014297.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4429 vom 2023-08-02",
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4418 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4417 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4411 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4410 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4409 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4408 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (mod_auth_openidc): Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2023-11-21T23:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:56:27.877+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1940",
"initial_release_date": "2023-08-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-11-21T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"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": "product_name",
"name": "Red Hat Enterprise Linux 8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T014111",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T023632",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 9.0 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 9.0 Extended Update Support",
"product_id": "T027621",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.0_extended_update_support"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.2 Advanced Update Support",
"product": {
"name": "Red Hat Enterprise Linux 8.2 Advanced Update Support",
"product_id": "T027623",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.2_advanced_update_support"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.2 Telecommunications Update Service",
"product": {
"name": "Red Hat Enterprise Linux 8.2 Telecommunications Update Service",
"product_id": "T027624",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.2_telecommunications_update_service"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions",
"product": {
"name": "Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions",
"product_id": "T027625",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.2_update_services_for_sap_solutions"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support",
"product": {
"name": "Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support",
"product_id": "T029005",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.4_advanced_mission_critical_update_support"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions",
"product": {
"name": "Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions",
"product_id": "T029007",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.4_update_services_for_sap_solutions"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.6 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 8.6 Extended Update Support",
"product_id": "T029008",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.6_extended_update_support"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 8.4 Telecommunications Update Service",
"product": {
"name": "Red Hat Enterprise Linux 8.4 Telecommunications Update Service",
"product_id": "T029009",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8.4_telecommunications_update_service"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Diese ist auf einen Fehler in der Komponente \"mod_auth_openidc\" zur\u00fcckzuf\u00fchren, welche eine Verwundbarkeit f\u00fcr einen kryptographischen Angriff besitzt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsvorkehrungen hinsichtlich der Kryptographie zu umgehen."
}
],
"product_status": {
"known_affected": [
"T023632",
"67646",
"T027625",
"T027623",
"T027624",
"T029009",
"T027621",
"T029008",
"T029007",
"T004914",
"T014111",
"T029005"
]
},
"release_date": "2023-08-01T22:00:00.000+00:00",
"title": "CVE-2023-37464"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…