Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-28625 (GCVE-0-2023-28625)
Vulnerability from cvelistv5 – Published: 2023-04-03 13:19 – Updated: 2025-02-13 16:48- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| OpenIDC | mod_auth_openidc |
Affected:
>= 2.0.0, < 2.4.13.2
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T13:43:23.184Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5405"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-28625",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-11T15:56:43.295806Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-11T15:57:04.485Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "mod_auth_openidc",
"vendor": "OpenIDC",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.0.0, \u003c 2.4.13.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-05-31T19:06:16.794Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"url": "https://www.debian.org/security/2023/dsa-5405"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
}
],
"source": {
"advisory": "GHSA-f5xw-rvfr-24qr",
"discovery": "UNKNOWN"
},
"title": "mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-28625",
"datePublished": "2023-04-03T13:19:40.422Z",
"dateReserved": "2023-03-20T12:19:47.206Z",
"dateUpdated": "2025-02-13T16:48:46.211Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-28625",
"date": "2026-05-28",
"epss": "0.00113",
"percentile": "0.29544"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openidc:mod_auth_openidc:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.0.0\", \"versionEndExcluding\": \"2.4.13.2\", \"matchCriteriaId\": \"F0E563D6-BFEA-48EF-ACFA-D746A2E78902\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\\n\"}]",
"id": "CVE-2023-28625",
"lastModified": "2024-11-21T07:55:41.393",
"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:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}, {\"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:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
"published": "2023-04-03T14:15:07.507",
"references": "[{\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5405\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5405\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-476\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-28625\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-04-03T14:15:07.507\",\"lastModified\":\"2025-04-10T20:46:37.130\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\"}],\"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:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"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:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openidc:mod_auth_openidc:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"2.4.13.2\",\"matchCriteriaId\":\"F0E563D6-BFEA-48EF-ACFA-D746A2E78902\"}]}]}],\"references\":[{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5405\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5405\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5405\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T13:43:23.184Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-28625\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-11T15:56:43.295806Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-11T15:56:14.652Z\"}}], \"cna\": {\"title\": \"mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied\", \"source\": {\"advisory\": \"GHSA-f5xw-rvfr-24qr\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"OpenIDC\", \"product\": \"mod_auth_openidc\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.0.0, \u003c 2.4.13.2\"}]}], \"references\": [{\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5405\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\\n\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-04-03T13:19:40.422Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-28625\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-11T15:57:04.485Z\", \"dateReserved\": \"2023-03-20T12:19:47.206Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-04-03T13:19:40.422Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
alsa-2023:6365
Vulnerability from osv_almalinux
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):
- mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)
- mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)
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.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "mod_auth_openidc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.9.4-4.el9"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"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. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)\n* mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2023:6365",
"modified": "2023-11-14T12:05:07Z",
"published": "2023-11-07T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-23527"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2023-28625"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2153655"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2184118"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2023-6365.html"
}
],
"related": [
"CVE-2022-23527",
"CVE-2023-28625"
],
"summary": "Moderate: mod_auth_openidc security and bug fix update"
}
alsa-2023:6940
Vulnerability from osv_almalinux
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):
- mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)
- mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)
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.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "cjose"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.6.1-4.module_el8.9.0+3631+0ced13d7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "cjose-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.6.1-4.module_el8.9.0+3631+0ced13d7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "mod_auth_openidc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.9.4-5.module_el8.9.0+3631+0ced13d7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"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. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)\n* mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2023:6940",
"modified": "2023-11-23T10:19:18Z",
"published": "2023-11-14T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:6940"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-23527"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2023-28625"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2153655"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2184118"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2023-6940.html"
}
],
"related": [
"CVE-2022-23527",
"CVE-2023-28625"
],
"summary": "Moderate: mod_auth_openidc:2.3 security and bug fix update"
}
BDU:2024-06538
Vulnerability from fstec - Published: 03.04.2023{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:N/I:N/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "Red Hat Inc., \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, Fedora Project, ZmartZone IAM",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "8 (Red Hat Enterprise Linux), 10 (Debian GNU/Linux), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 9 (Red Hat Enterprise Linux), 38 (Fedora), \u043e\u0442 2.0.0 \u0434\u043e 2.4.13.2 (Mod_auth_openidc)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0414\u043b\u044f Mod_auth_openidc:\nhttps://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179 \nhttps://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a \nhttps://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2 \nhttps://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2023-28625\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Red Hat Inc.:\nhttps://access.redhat.com/security/cve/CVE-2023-28625\n\n\u0414\u043b\u044f Fedora:\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "03.04.2023",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "27.08.2024",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "27.08.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-06538",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2023-28625",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Red Hat Enterprise Linux, Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Fedora, Mod_auth_openidc",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "Red Hat Inc. Red Hat Enterprise Linux 8 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 10 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Red Hat Inc. Red Hat Enterprise Linux 9 , Fedora Project Fedora 38 ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u043b\u044f Apache 2.x HTTP server Mod_auth_openidc, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0420\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f NULL (CWE-476)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u043b\u044f Apache 2.x HTTP server Mod_auth_openidc \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 `OIDCStripCookies \u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u043e\u0433\u043e cookie-\u0444\u0430\u0439\u043b\u0430, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0440\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f NULL, \u0447\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u043a \u043e\u0448\u0438\u0431\u043a\u0435 \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179\nhttps://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a\nhttps://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2\nhttps://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr\nhttps://redos.red-soft.ru/support/secure/\nhttps://security-tracker.debian.org/tracker/CVE-2023-28625\nhttps://access.redhat.com/security/cve/CVE-2023-28625\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u0421\u0435\u0442\u0435\u0432\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e, \u0421\u0435\u0442\u0435\u0432\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-476",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)"
}
FKIE_CVE-2023-28625
Vulnerability from fkie_nvd - Published: 2023-04-03 14:15 - Updated: 2025-04-10 20:467.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179 | Third Party Advisory | |
| security-advisories@github.com | https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a | Patch | |
| security-advisories@github.com | https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2 | Release Notes | |
| security-advisories@github.com | https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr | Third Party Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html | Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/ | Release Notes | |
| security-advisories@github.com | https://www.debian.org/security/2023/dsa-5405 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2 | Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/ | Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2023/dsa-5405 | Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| openidc | mod_auth_openidc | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:openidc:mod_auth_openidc:*:*:*:*:*:*:*:*",
"matchCriteriaId": "F0E563D6-BFEA-48EF-ACFA-D746A2E78902",
"versionEndExcluding": "2.4.13.2",
"versionStartIncluding": "2.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`."
}
],
"id": "CVE-2023-28625",
"lastModified": "2025-04-10T20:46:37.130",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-04-03T14:15:07.507",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5405"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5405"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GSD-2023-28625
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-28625",
"id": "GSD-2023-28625"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-28625"
],
"details": "mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\n",
"id": "GSD-2023-28625",
"modified": "2023-12-13T01:20:48.287288Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-28625",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "mod_auth_openidc",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003e= 2.0.0, \u003c 2.4.13.2"
}
]
}
}
]
},
"vendor_name": "OpenIDC"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\n"
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-476",
"lang": "eng",
"value": "CWE-476: NULL Pointer Dereference"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2",
"refsource": "MISC",
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"name": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html",
"refsource": "MISC",
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"name": "https://www.debian.org/security/2023/dsa-5405",
"refsource": "MISC",
"url": "https://www.debian.org/security/2023/dsa-5405"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
}
]
},
"source": {
"advisory": "GHSA-f5xw-rvfr-24qr",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:openidc:mod_auth_openidc:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "2.4.13.2",
"versionStartIncluding": "2.0.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-28625"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "mod_auth_openidc is an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when `OIDCStripCookies` is set and a crafted cookie supplied, a NULL pointer dereference would occur, resulting in a segmentation fault. This could be used in a Denial-of-Service attack and thus presents an availability risk. Version 2.4.13.2 contains a patch for this issue. As a workaround, avoid using `OIDCStripCookies`.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": []
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/commit/c0e1edac3c4c19988ccdc7713d7aebfce6ff916a"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
},
{
"name": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/OpenIDC/mod_auth_openidc/blame/3f11976dab56af0a46a7dddb7a275cc16d6eb726/src/mod_auth_openidc.c#L178-L179"
},
{
"name": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html"
},
{
"name": "https://www.debian.org/security/2023/dsa-5405",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5405"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIBKFC22PDH6UXMSZ23PHTD7736ZC7BB/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-05-31T20:15Z",
"publishedDate": "2023-04-03T14:15Z"
}
}
}
MSRC_CVE-2023-28625
Vulnerability from csaf_microsoft - Published: 2023-04-01 00:00 - Updated: 2023-05-26 00:00| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-28625 mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-28625.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied",
"tracking": {
"current_release_date": "2023-05-26T00:00:00.000Z",
"generator": {
"date": "2025-10-20T00:24:23.690Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-28625",
"initial_release_date": "2023-04-01T00:00:00.000Z",
"revision_history": [
{
"date": "2023-05-26T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 mod_auth_openidc 2.4.14.2-1",
"product": {
"name": "\u003ccbl2 mod_auth_openidc 2.4.14.2-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 mod_auth_openidc 2.4.14.2-1",
"product": {
"name": "cbl2 mod_auth_openidc 2.4.14.2-1",
"product_id": "18363"
}
}
],
"category": "product_name",
"name": "mod_auth_openidc"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 mod_auth_openidc 2.4.14.2-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 mod_auth_openidc 2.4.14.2-1 as a component of CBL Mariner 2.0",
"product_id": "18363-17086"
},
"product_reference": "18363",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-28625",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18363-17086"
],
"known_affected": [
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-28625 mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-28625.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T00:00:00.000Z",
"details": "2.4.14.2-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-1"
]
}
],
"title": "mod_auth_openidc core dump when OIDCStripCookies is set and an empty Cookie header is supplied"
}
]
}
RHSA-2023:6365
Vulnerability from csaf_redhat - Published: 2023-11-07 09:08 - Updated: 2025-11-21 18:49An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\t, leading to an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:6365 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2189268 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-23527 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-23527 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-23527 | external |
| https://github.com/zmartzone/mod_auth_openidc/sec… | external |
| https://access.redhat.com/security/cve/CVE-2023-28625 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-28625 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-28625 | external |
| https://github.com/OpenIDC/mod_auth_openidc/secur… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)\n\n* mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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:6365",
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index"
},
{
"category": "external",
"summary": "2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "external",
"summary": "2189268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189268"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6365.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T18:49:01+00:00",
"generator": {
"date": "2025-11-21T18:49:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:6365",
"initial_release_date": "2023-11-07T09:08:12+00:00",
"revision_history": [
{
"date": "2023-11-07T09:08:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:08:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:49:01+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.3.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23527",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-12-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153655"
}
],
"notes": [
{
"category": "description",
"text": "An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\\t, leading to an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character",
"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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23527"
},
{
"category": "external",
"summary": "RHBZ#2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527"
},
{
"category": "external",
"summary": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53",
"url": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53"
}
],
"release_date": "2022-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:08:12+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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
},
{
"category": "workaround",
"details": "This vulnerability can mitigated by configuring mod_auth_openidc to only allow redirection whose destination matches a given regular expression with OIDCRedirectURLsAllowed.",
"product_ids": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character"
},
{
"cve": "CVE-2023-28625",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184118"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied",
"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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28625"
},
{
"category": "external",
"summary": "RHBZ#2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28625"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
}
],
"release_date": "2023-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:08:12+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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied"
}
]
}
RHSA-2023:6940
Vulnerability from csaf_redhat - Published: 2023-11-14 15:51 - Updated: 2025-11-21 18:50An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\t, leading to an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:6940 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2072469 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2141850 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-23527 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-23527 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-23527 | external |
| https://github.com/zmartzone/mod_auth_openidc/sec… | external |
| https://access.redhat.com/security/cve/CVE-2023-28625 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-28625 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-28625 | external |
| https://github.com/OpenIDC/mod_auth_openidc/secur… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 Moderate. 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* mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)\n\n* mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from 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:6940",
"url": "https://access.redhat.com/errata/RHSA-2023:6940"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index"
},
{
"category": "external",
"summary": "2072469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072469"
},
{
"category": "external",
"summary": "2141850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141850"
},
{
"category": "external",
"summary": "2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6940.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T18:50:11+00:00",
"generator": {
"date": "2025-11-21T18:50:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:6940",
"initial_release_date": "2023-11-14T15:51:39+00:00",
"revision_history": [
{
"date": "2023-11-14T15:51:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T15:51:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:50:11+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.9.0.GA",
"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-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3)",
"product_id": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.9.0%2B19469%2B5b493da9?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3)",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-5.module%2Bel8.9.0%2B18723%2B672ccf5d?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8090020230721123832:b46abd14"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64 (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"relates_to_product_reference": "AppStream-8.9.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23527",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-12-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153655"
}
],
"notes": [
{
"category": "description",
"text": "An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\\t, leading to an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character",
"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.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23527"
},
{
"category": "external",
"summary": "RHBZ#2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527"
},
{
"category": "external",
"summary": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53",
"url": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53"
}
],
"release_date": "2022-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:51:39+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.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6940"
},
{
"category": "workaround",
"details": "This vulnerability can mitigated by configuring mod_auth_openidc to only allow redirection whose destination matches a given regular expression with OIDCRedirectURLsAllowed.",
"product_ids": [
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character"
},
{
"cve": "CVE-2023-28625",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184118"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied",
"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.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28625"
},
{
"category": "external",
"summary": "RHBZ#2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28625"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
}
],
"release_date": "2023-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:51:39+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.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6940"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debuginfo-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-debugsource-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:cjose-devel-0:0.6.1-4.module+el8.9.0+19469+5b493da9.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.src::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.aarch64::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.ppc64le::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.s390x::mod_auth_openidc:2.3",
"AppStream-8.9.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-5.module+el8.9.0+18723+672ccf5d.x86_64::mod_auth_openidc:2.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied"
}
]
}
RHSA-2023_6365
Vulnerability from csaf_redhat - Published: 2023-11-07 09:08 - Updated: 2024-11-22 22:58An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\t, leading to an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in mod_auth_openidc, an OpenID Certified™ authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:6365 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2189268 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-23527 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153655 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-23527 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-23527 | external |
| https://github.com/zmartzone/mod_auth_openidc/sec… | external |
| https://access.redhat.com/security/cve/CVE-2023-28625 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2184118 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-28625 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-28625 | external |
| https://github.com/OpenIDC/mod_auth_openidc/secur… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character (CVE-2022-23527)\n\n* mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied (CVE-2023-28625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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:6365",
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index"
},
{
"category": "external",
"summary": "2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "external",
"summary": "2189268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189268"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6365.json"
}
],
"title": "Red Hat Security Advisory: mod_auth_openidc security and bug fix update",
"tracking": {
"current_release_date": "2024-11-22T22:58:06+00:00",
"generator": {
"date": "2024-11-22T22:58:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:6365",
"initial_release_date": "2023-11-07T09:08:12+00:00",
"revision_history": [
{
"date": "2023-11-07T09:08:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:08:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T22:58:06+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.3.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
},
"product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23527",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-12-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153655"
}
],
"notes": [
{
"category": "description",
"text": "An open redirect vulnerability was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache 2.x HTTP server. When providing a logout parameter to the redirect URI, the existing code in oidc_validate_redirect_url() does not properly check for URLs that start with /\\t, leading to an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character",
"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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23527"
},
{
"category": "external",
"summary": "RHBZ#2153655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153655"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23527"
},
{
"category": "external",
"summary": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53",
"url": "https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-q6f2-285m-gr53"
}
],
"release_date": "2022-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:08:12+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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
},
{
"category": "workaround",
"details": "This vulnerability can mitigated by configuring mod_auth_openidc to only allow redirection whose destination matches a given regular expression with OIDCRedirectURLsAllowed.",
"product_ids": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: Open Redirect in oidc_validate_redirect_url() using tab character"
},
{
"cve": "CVE-2023-28625",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184118"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mod_auth_openidc, an OpenID Certified\u2122 authentication and authorization module for the Apache HTTP server. It is possible to trigger a NULL pointer dereference when `OIDCStripCookies` is set and a crafted `Cookie` header is supplied, leading to a segmentation fault and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied",
"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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28625"
},
{
"category": "external",
"summary": "RHBZ#2184118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184118"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28625"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28625"
},
{
"category": "external",
"summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr",
"url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr"
}
],
"release_date": "2023-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:08:12+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.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6365"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.src",
"AppStream-9.3.0.GA:mod_auth_openidc-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9.x86_64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.aarch64",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.ppc64le",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.s390x",
"AppStream-9.3.0.GA:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mod_auth_openidc: NULL pointer dereference when OIDCStripCookies is set and a crafted Cookie header is supplied"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.