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
Modified
2025-02-13 17:01
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-327 - Use of a Broken or Risky Cryptographic Algorithm
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).
References
{
"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": {
"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\":\"Secondary\",\"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"
}
}
}
rhsa-2023:4418
Vulnerability from csaf_redhat
Published
2023-08-01 14:30
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4418",
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4418.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:56+00:00",
"generator": {
"date": "2025-11-21T18:42:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4418",
"initial_release_date": "2023-08-01T14:30:24+00:00",
"revision_history": [
{
"date": "2023-08-01T14:30:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:30:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:30:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4429
Vulnerability from csaf_redhat
Published
2023-08-02 08:00
Modified
2024-11-23 00:02
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4429",
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4429.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2024-11-23T00:02:38+00:00",
"generator": {
"date": "2024-11-23T00:02:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4429",
"initial_release_date": "2023-08-02T08:00:03+00:00",
"revision_history": [
{
"date": "2023-08-02T08:00:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-02T08:00:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:02:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"product": {
"name": "mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"product_id": "mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/mod_auth_openidc@2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
"product_reference": "mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 as a component of mod_auth_openidc:2.3:8010020230726170509:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-02T08:00:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc:2.3:8010020230726170509:c27ad7f8:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4408
Vulnerability from csaf_redhat
Published
2023-08-01 13:39
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4408",
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4408.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:50+00:00",
"generator": {
"date": "2025-11-21T18:42:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4408",
"initial_release_date": "2023-08-01T13:39:20+00:00",
"revision_history": [
{
"date": "2023-08-01T13:39:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:39:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:39:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4409
Vulnerability from csaf_redhat
Published
2023-08-01 13:47
Modified
2024-11-23 00:01
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4409",
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4409.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2024-11-23T00:01:54+00:00",
"generator": {
"date": "2024-11-23T00:01:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4409",
"initial_release_date": "2023-08-01T13:47:10+00:00",
"revision_history": [
{
"date": "2023-08-01T13:47:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:47:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:01:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"product": {
"name": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"product_id": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/mod_auth_openidc@2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
"product_reference": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
"product_reference": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
"product_reference": "mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 as a component of mod_auth_openidc:2.3:8040020230720145640:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:47:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc:2.3:8040020230720145640:522a0ee4:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4409
Vulnerability from csaf_redhat
Published
2023-08-01 13:47
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4409",
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4409.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:51+00:00",
"generator": {
"date": "2025-11-21T18:42:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4409",
"initial_release_date": "2023-08-01T13:47:10+00:00",
"revision_history": [
{
"date": "2023-08-01T13:47:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:47:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:47:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4408
Vulnerability from csaf_redhat
Published
2023-08-01 13:39
Modified
2024-11-23 00:01
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4408",
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4408.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2024-11-23T00:01:45+00:00",
"generator": {
"date": "2024-11-23T00:01:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4408",
"initial_release_date": "2023-08-01T13:39:20+00:00",
"revision_history": [
{
"date": "2023-08-01T13:39:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:39:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:01:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"product": {
"name": "mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"product_id": "mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/mod_auth_openidc@2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
"product_reference": "mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 as a component of mod_auth_openidc:2.3:8060020230720154259:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:39:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc:2.3:8060020230720154259:ad008a3a:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4417
Vulnerability from csaf_redhat
Published
2023-08-01 14:18
Modified
2024-11-23 00:02
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4417",
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4417.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2024-11-23T00:02:30+00:00",
"generator": {
"date": "2024-11-23T00:02:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4417",
"initial_release_date": "2023-08-01T14:18:07+00:00",
"revision_history": [
{
"date": "2023-08-01T14:18:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:18:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:02:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.src",
"product_id": "cjose-0:0.6.1-13.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:18:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4410
Vulnerability from csaf_redhat
Published
2023-08-01 13:45
Modified
2024-11-23 00:02
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4410",
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4410.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2024-11-23T00:02:03+00:00",
"generator": {
"date": "2024-11-23T00:02:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4410",
"initial_release_date": "2023-08-01T13:45:43+00:00",
"revision_history": [
{
"date": "2023-08-01T13:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:02:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"product": {
"name": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"product_id": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/mod_auth_openidc@2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
"product_reference": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
"product_reference": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
"product_reference": "mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 as a component of mod_auth_openidc:2.3:8020020230720143951:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:45:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc:2.3:8020020230720143951:4cda2c84:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4417
Vulnerability from csaf_redhat
Published
2023-08-01 14:18
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4417",
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4417.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:58+00:00",
"generator": {
"date": "2025-11-21T18:42:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4417",
"initial_release_date": "2023-08-01T14:18:07+00:00",
"revision_history": [
{
"date": "2023-08-01T14:18:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:18:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.src",
"product_id": "cjose-0:0.6.1-13.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:18:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4429
Vulnerability from csaf_redhat
Published
2023-08-02 08:00
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4429",
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4429.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:58+00:00",
"generator": {
"date": "2025-11-21T18:42:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4429",
"initial_release_date": "2023-08-02T08:00:03+00:00",
"revision_history": [
{
"date": "2023-08-02T08:00:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-02T08:00:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-02T08:00:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4411
Vulnerability from csaf_redhat
Published
2023-08-01 13:54
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4411",
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4411.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:52+00:00",
"generator": {
"date": "2025-11-21T18:42:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4411",
"initial_release_date": "2023-08-01T13:54:16+00:00",
"revision_history": [
{
"date": "2023-08-01T13:54:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:54:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.src",
"product_id": "cjose-0:0.6.1-13.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:54:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4418
Vulnerability from csaf_redhat
Published
2023-08-01 14:30
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4418",
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4418.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:56+00:00",
"generator": {
"date": "2025-11-21T18:42:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4418",
"initial_release_date": "2023-08-01T14:30:24+00:00",
"revision_history": [
{
"date": "2023-08-01T14:30:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:30:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:30:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x::mod_auth_openidc:2.3",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4417
Vulnerability from csaf_redhat
Published
2023-08-01 14:18
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4417",
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4417.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:58+00:00",
"generator": {
"date": "2025-11-21T18:42:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4417",
"initial_release_date": "2023-08-01T14:18:07+00:00",
"revision_history": [
{
"date": "2023-08-01T14:18:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:18:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.src",
"product_id": "cjose-0:0.6.1-13.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:18:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4417"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.src",
"AppStream-9.0.0.Z.EUS:cjose-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debuginfo-0:0.6.1-13.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.i686",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:cjose-debugsource-0:0.6.1-13.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4411
Vulnerability from csaf_redhat
Published
2023-08-01 13:54
Modified
2024-11-23 00:02
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4411",
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4411.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2024-11-23T00:02:13+00:00",
"generator": {
"date": "2024-11-23T00:02:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4411",
"initial_release_date": "2023-08-01T13:54:16+00:00",
"revision_history": [
{
"date": "2023-08-01T13:54:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:54:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:02:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.src",
"product_id": "cjose-0:0.6.1-13.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:54:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4410
Vulnerability from csaf_redhat
Published
2023-08-01 13:45
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4410",
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4410.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:51+00:00",
"generator": {
"date": "2025-11-21T18:42:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4410",
"initial_release_date": "2023-08-01T13:45:43+00:00",
"revision_history": [
{
"date": "2023-08-01T13:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:45:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4409
Vulnerability from csaf_redhat
Published
2023-08-01 13:47
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4409",
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4409.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:51+00:00",
"generator": {
"date": "2025-11-21T18:42:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4409",
"initial_release_date": "2023-08-01T13:47:10+00:00",
"revision_history": [
{
"date": "2023-08-01T13:47:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:47:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-8.module%2Bel8.4.0%2B9707%2Bf2438af7?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8040020230720145640:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:47:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4409"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.aarch64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.s390x::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.4.0+19462+14bde120.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.src::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3",
"AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-8.module+el8.4.0+9707+f2438af7.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4410
Vulnerability from csaf_redhat
Published
2023-08-01 13:45
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4410",
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4410.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:51+00:00",
"generator": {
"date": "2025-11-21T18:42:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4410",
"initial_release_date": "2023-08-01T13:45:43+00:00",
"revision_history": [
{
"date": "2023-08-01T13:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.2.0%2B6919%2Bac02cfd2.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8020020230720143951:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:45:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4410"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debuginfo-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-debugsource-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:cjose-devel-0:0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.src::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.2.0.Z.TUS:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.2.0+6919+ac02cfd2.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023_4418
Vulnerability from csaf_redhat
Published
2023-08-01 14:30
Modified
2024-11-23 00:02
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4418",
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4418.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2024-11-23T00:02:22+00:00",
"generator": {
"date": "2024-11-23T00:02:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:4418",
"initial_release_date": "2023-08-01T14:30:24+00:00",
"revision_history": [
{
"date": "2023-08-01T14:30:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T14:30:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-23T00:02:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc:2.3:8080020230720161126:63b34585",
"product": {
"name": "mod_auth_openidc:2.3:8080020230720161126:63b34585",
"product_id": "mod_auth_openidc:2.3:8080020230720161126:63b34585",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/mod_auth_openidc@2.3:8080020230720161126:63b34585"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_id": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_id": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.7.0%2B14797%2B4085fcb6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
"product_reference": "mod_auth_openidc:2.3:8080020230720161126:63b34585",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64 as a component of mod_auth_openidc:2.3:8080020230720161126:63b34585 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T14:30:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4418"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debuginfo-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-debugsource-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:cjose-devel-0:0.6.1-3.module+el8.8.0+19464+578f4546.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.src",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debuginfo-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:mod_auth_openidc:2.3:8080020230720161126:63b34585:mod_auth_openidc-debugsource-0:2.4.9.4-1.module+el8.7.0+14797+4085fcb6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4411
Vulnerability from csaf_redhat
Published
2023-08-01 13:54
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: cjose security update
Notes
Topic
An update for cjose is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cjose is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "CJose is C library implementing the Javascript Object Signing and Encryption (JOSE).\n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4411",
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4411.json"
}
],
"title": "Red Hat Security Advisory: cjose security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:52+00:00",
"generator": {
"date": "2025-11-21T18:42:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4411",
"initial_release_date": "2023-08-01T13:54:16+00:00",
"revision_history": [
{
"date": "2023-08-01T13:54:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:54:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.src",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.src",
"product_id": "cjose-0:0.6.1-13.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-13.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_id": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-13.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
},
"product_reference": "cjose-debugsource-0:0.6.1-13.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:54:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4411"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debuginfo-0:0.6.1-13.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cjose-debugsource-0:0.6.1-13.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
RHSA-2023:4408
Vulnerability from csaf_redhat
Published
2023-08-01 13:39
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4408",
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4408.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:50+00:00",
"generator": {
"date": "2025-11-21T18:42:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4408",
"initial_release_date": "2023-08-01T13:39:20+00:00",
"revision_history": [
{
"date": "2023-08-01T13:39:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-01T13:39:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-11.module%2Bel8.6.0%2B14082%2Bb6f23e95?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020230720154259:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-01T13:39:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4408"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debuginfo-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-debugsource-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:cjose-devel-0:0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.src::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.aarch64::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.s390x::mod_auth_openidc:2.3",
"AppStream-8.6.0.Z.EUS:mod_auth_openidc-debugsource-0:2.3.7-11.module+el8.6.0+14082+b6f23e95.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
rhsa-2023:4429
Vulnerability from csaf_redhat
Published
2023-08-02 08:00
Modified
2025-11-21 18:42
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE (CVE-2023-37464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4429",
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4429.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update",
"tracking": {
"current_release_date": "2025-11-21T18:42:58+00:00",
"generator": {
"date": "2025-11-21T18:42:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4429",
"initial_release_date": "2023-08-02T08:00:03+00:00",
"revision_history": [
{
"date": "2023-08-02T08:00:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-02T08:00:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.1.0%2B19504%2Bb2d26fa1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.3.7-4.module%2Bel8.1.0%2B19504%2Bb2d26fa1.3?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8010020230726170509:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37464",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223295"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in cjose. The 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 JSON Web Encryption (JWE). A fixed length of 16 octets must be applied. This flaw allows an attacker to provide a truncated Authentication Tag and modify the JWE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37464"
},
{
"category": "external",
"summary": "RHBZ#2223295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223295"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37464"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
}
],
"release_date": "2023-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-02T08:00:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4429"
},
{
"category": "workaround",
"details": "Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm, such as AES CBC.",
"product_ids": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debuginfo-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-debugsource-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:cjose-devel-0:0.6.1-3.module+el8.1.0+19504+b2d26fa1.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.src::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.1.0.Z.E4S:mod_auth_openidc-debugsource-0:2.3.7-4.module+el8.1.0+19504+b2d26fa1.3.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE"
}
]
}
wid-sec-w-2023-1940
Vulnerability from csaf_certbund
Published
2023-08-01 22:00
Modified
2023-11-21 23:00
Summary
Red Hat Enterprise Linux (mod_auth_openidc): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
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
{
"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"
}
]
}
WID-SEC-W-2023-1940
Vulnerability from csaf_certbund
Published
2023-08-01 22:00
Modified
2023-11-21 23:00
Summary
Red Hat Enterprise Linux (mod_auth_openidc): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
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
{
"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"
}
]
}
suse-su-2023:3230-1
Vulnerability from csaf_suse
Published
2023-08-08 14:00
Modified
2023-08-08 14:00
Summary
Security update for cjose
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).
{
"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"
}
]
}
suse-su-2023:3030-1
Vulnerability from csaf_suse
Published
2023-07-31 08:18
Modified
2023-07-31 08:18
Summary
Security update for cjose
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).
{
"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"
}
]
}
opensuse-su-2024:13052-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
libcjose-devel-0.6.2.2-1.1 on GA media
Notes
Title of the patch
libcjose-devel-0.6.2.2-1.1 on GA media
Description of the patch
These are all security issues fixed in the libcjose-devel-0.6.2.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13052
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libcjose-devel-0.6.2.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libcjose-devel-0.6.2.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13052",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13052-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-37464 page",
"url": "https://www.suse.com/security/cve/CVE-2023-37464/"
}
],
"title": "libcjose-devel-0.6.2.2-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13052-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.2.2-1.1.aarch64",
"product": {
"name": "libcjose-devel-0.6.2.2-1.1.aarch64",
"product_id": "libcjose-devel-0.6.2.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.2.2-1.1.aarch64",
"product": {
"name": "libcjose0-0.6.2.2-1.1.aarch64",
"product_id": "libcjose0-0.6.2.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.2.2-1.1.ppc64le",
"product": {
"name": "libcjose-devel-0.6.2.2-1.1.ppc64le",
"product_id": "libcjose-devel-0.6.2.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.2.2-1.1.ppc64le",
"product": {
"name": "libcjose0-0.6.2.2-1.1.ppc64le",
"product_id": "libcjose0-0.6.2.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.2.2-1.1.s390x",
"product": {
"name": "libcjose-devel-0.6.2.2-1.1.s390x",
"product_id": "libcjose-devel-0.6.2.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.2.2-1.1.s390x",
"product": {
"name": "libcjose0-0.6.2.2-1.1.s390x",
"product_id": "libcjose0-0.6.2.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcjose-devel-0.6.2.2-1.1.x86_64",
"product": {
"name": "libcjose-devel-0.6.2.2-1.1.x86_64",
"product_id": "libcjose-devel-0.6.2.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcjose0-0.6.2.2-1.1.x86_64",
"product": {
"name": "libcjose0-0.6.2.2-1.1.x86_64",
"product_id": "libcjose0-0.6.2.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.2.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.aarch64"
},
"product_reference": "libcjose-devel-0.6.2.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.2.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.ppc64le"
},
"product_reference": "libcjose-devel-0.6.2.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.2.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.s390x"
},
"product_reference": "libcjose-devel-0.6.2.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose-devel-0.6.2.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.x86_64"
},
"product_reference": "libcjose-devel-0.6.2.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.2.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.aarch64"
},
"product_reference": "libcjose0-0.6.2.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.2.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.ppc64le"
},
"product_reference": "libcjose0-0.6.2.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.2.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.s390x"
},
"product_reference": "libcjose0-0.6.2.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcjose0-0.6.2.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.x86_64"
},
"product_reference": "libcjose0-0.6.2.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.x86_64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.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": [
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.x86_64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.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": [
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose-devel-0.6.2.2-1.1.x86_64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.aarch64",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.ppc64le",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.s390x",
"openSUSE Tumbleweed:libcjose0-0.6.2.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-37464"
}
]
}
gsd-2023-37464
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
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).
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-37464",
"id": "GSD-2023-37464"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-37464"
],
"details": "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).",
"id": "GSD-2023-37464",
"modified": "2023-12-13T01:20:24.278871Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-37464",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "cjose",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c 0.6.2.2"
}
]
}
}
]
},
"vendor_name": "OpenIDC"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"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)."
}
]
},
"impact": {
"cvss": [
{
"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"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-327",
"lang": "eng",
"value": "CWE-327: Use of a Broken or Risky Cryptographic Algorithm"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"name": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"name": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7",
"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",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"name": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html",
"refsource": "MISC",
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html"
},
{
"name": "https://www.debian.org/security/2023/dsa-5472",
"refsource": "MISC",
"url": "https://www.debian.org/security/2023/dsa-5472"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/"
}
]
},
"source": {
"advisory": "GHSA-3rhg-3gf2-6xgj",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "0.6.2.2",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-37464"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"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)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-327"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj",
"refsource": "MISC",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"name": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"name": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7"
},
{
"name": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"name": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html",
"refsource": "MISC",
"tags": [],
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html"
},
{
"name": "https://www.debian.org/security/2023/dsa-5472",
"refsource": "MISC",
"tags": [],
"url": "https://www.debian.org/security/2023/dsa-5472"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-09-15T22:15Z",
"publishedDate": "2023-07-14T21:15Z"
}
}
}
fkie_cve-2023-37464
Vulnerability from fkie_nvd
Published
2023-07-14 21:15
Modified
2024-11-21 08:11
Severity ?
8.6 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
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).
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://datatracker.ietf.org/doc/html/rfc7518#section-4.7 | Third Party Advisory | |
| security-advisories@github.com | https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e | Patch | |
| security-advisories@github.com | https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2 | Release Notes | |
| security-advisories@github.com | https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj | Exploit, Patch, Vendor Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/ | ||
| security-advisories@github.com | https://www.debian.org/security/2023/dsa-5472 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://datatracker.ietf.org/doc/html/rfc7518#section-4.7 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2 | Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj | Exploit, Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/08/msg00002.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DFWAPMYYVBO2U65HPYDTBEKNSXG4TP5C/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LCQJXKDPCWCXB2V4JMQ3UWYJ4UIBPUW6/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTZHOVGY7AHGNMEY245HK4Q36AMA53AL/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2023/dsa-5472 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:cisco:cjose:*:*:*:*:*:*:*:*",
"matchCriteriaId": "03D82D74-C8C8-4602-933C-DD2940EF4E2C",
"versionEndExcluding": "0.6.2.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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)."
}
],
"id": "CVE-2023-37464",
"lastModified": "2024-11-21T08:11:45.743",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 4.0,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-07-14T21:15:08.903",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"source": "security-advisories@github.com",
"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": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://datatracker.ietf.org/doc/html/rfc7518#section-4.7"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/cjose/commit/7325e9a5e71e2fc0e350487ecac7d84acdf0ed5e"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/OpenIDC/cjose/security/advisories/GHSA-3rhg-3gf2-6xgj"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"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"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-327"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…