Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-31492 (GCVE-0-2025-31492)
Vulnerability from cvelistv5
Published
2025-04-06 20:02
Modified
2025-04-17 11:02
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Summary
mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn't be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn't check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions >= 2.4.16.11.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
OpenIDC | mod_auth_openidc |
Version: < 2.4.16.11 |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-31492", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-04-07T14:13:25.331976Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-04-07T14:13:34.776Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2025-04-17T11:02:37.315Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00025.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "mod_auth_openidc", "vendor": "OpenIDC", "versions": [ { "status": "affected", "version": "\u003c 2.4.16.11" } ] } ], "descriptions": [ { "lang": "en", "value": "mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn\u0027t be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn\u0027t check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions \u003e= 2.4.16.11." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "baseScore": 8.2, "baseSeverity": "HIGH", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-200", "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-04-06T20:02:20.511Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" }, { "name": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" } ], "source": { "advisory": "GHSA-59jp-rwph-878r", "discovery": "UNKNOWN" }, "title": "mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2025-31492", "datePublished": "2025-04-06T20:02:20.511Z", "dateReserved": "2025-03-28T13:36:51.298Z", "dateUpdated": "2025-04-17T11:02:37.315Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-31492\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-04-06T20:15:15.063\",\"lastModified\":\"2025-04-17T11:15:48.567\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn\u0027t be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn\u0027t check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions \u003e= 2.4.16.11.\"},{\"lang\":\"es\",\"value\":\"mod_auth_openidc es un m\u00f3dulo de autenticaci\u00f3n y autorizaci\u00f3n con certificaci\u00f3n OpenID para el servidor HTTP Apache 2.x que implementa la funcionalidad de usuario autenticado de OpenID Connect. Antes de la versi\u00f3n 2.4.16.11, un error en mod_auth_openidc provocaba la divulgaci\u00f3n de contenido protegido a usuarios no autenticados. Las condiciones para la divulgaci\u00f3n son un POST OIDCProviderAuthRequestMethod, una cuenta v\u00e1lida y que no haya ninguna puerta de enlace a nivel de aplicaci\u00f3n (ni balanceador de carga, etc.) protegiendo el servidor. Al solicitar un recurso protegido, la respuesta incluye el estado HTTP, los encabezados HTTP, la respuesta prevista (el formulario de autoenv\u00edo) y el recurso protegido (sin encabezados). Este es un ejemplo de una solicitud de un recurso protegido, incluyendo todos los datos devueltos. Si mod_auth_openidc devuelve un formulario, debe devolver \\\"OK\\\" de check_userid para evitar el error en httpd. Esto significa que httpd intentar\u00e1 emitir el recurso protegido. oidc_content_handler se llama antes, lo que puede impedir que httpd emita la salida normal. oidc_content_handler realiza varias comprobaciones cuando interviene, pero no verifica este caso, por lo que el controlador devuelve DECLINED. En consecuencia, httpd a\u00f1ade el contenido protegido a la respuesta. El problema se ha corregido en las versiones de mod_auth_openidc posteriores a la 2.4.16.11.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"}]}],\"references\":[{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/04/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/04/msg00025.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-17T11:02:37.315Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-31492\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-07T14:13:25.331976Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-07T14:13:30.626Z\"}}], \"cna\": {\"title\": \"mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data\", \"source\": {\"advisory\": \"GHSA-59jp-rwph-878r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"OpenIDC\", \"product\": \"mod_auth_openidc\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.4.16.11\"}]}], \"references\": [{\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127\", \"name\": \"https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn\u0027t be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn\u0027t check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions \u003e= 2.4.16.11.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-200\", \"description\": \"CWE-200: Exposure of Sensitive Information to an Unauthorized Actor\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-06T20:02:20.511Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-31492\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-17T11:02:37.315Z\", \"dateReserved\": \"2025-03-28T13:36:51.298Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-04-06T20:02:20.511Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2025:4225
Vulnerability from csaf_redhat
Published
2025-04-28 00:22
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc security update
Notes
Topic
An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4225", "url": "https://access.redhat.com/errata/RHSA-2025:4225" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4225.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc security update", "tracking": { "current_release_date": "2025-09-12T18:28:53+00:00", "generator": { "date": "2025-09-12T18:28:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4225", "initial_release_date": "2025-04-28T00:22:37+00:00", "revision_history": [ { "date": "2025-04-28T00:22:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-28T00:22:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_2.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_2.2?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_2.2?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_2.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_2.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_2.2?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_2.2?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_2.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_2.2?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_2.2?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_2.2?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-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-28T00:22:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4225" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.src", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_2.2.x86_64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.aarch64", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.ppc64le", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.s390x", "AppStream-9.2.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_2.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:7490
Vulnerability from csaf_redhat
Published
2025-05-13 16:02
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc security update
Notes
Topic
An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 10.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:7490", "url": "https://access.redhat.com/errata/RHSA-2025:7490" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7490.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc security update", "tracking": { "current_release_date": "2025-09-12T18:28:56+00:00", "generator": { "date": "2025-09-12T18:28:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:7490", "initial_release_date": "2025-05-13T16:02:37+00:00", "revision_history": [ { "date": "2025-05-13T16:02:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T16:02:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:10.0" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "product": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "product_id": "mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.15-4.el10_0.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "product": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "product_id": "mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.15-4.el10_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "product_id": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.15-4.el10_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.15-4.el10_0.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "product": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "product_id": "mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.15-4.el10_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "product_id": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.15-4.el10_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "product_id": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.15-4.el10_0.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "product": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "product_id": "mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.15-4.el10_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64", "product_id": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.15-4.el10_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.15-4.el10_0.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "product": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "product_id": "mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.15-4.el10_0.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "product_id": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.15-4.el10_0.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "product_id": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.15-4.el10_0.1?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.15-4.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64" }, "product_reference": "mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le" }, "product_reference": "mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x" }, "product_reference": "mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.src" }, "product_reference": "mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64" }, "product_reference": "mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T16:02:37+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-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7490" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.src", "AppStream-10.0.Z:mod_auth_openidc-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debuginfo-0:2.4.15-4.el10_0.1.x86_64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.aarch64", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.ppc64le", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.s390x", "AppStream-10.0.Z:mod_auth_openidc-debugsource-0:2.4.15-4.el10_0.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:4128
Vulnerability from csaf_redhat
Published
2025-04-23 10:20
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4128", "url": "https://access.redhat.com/errata/RHSA-2025:4128" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4128.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update", "tracking": { "current_release_date": "2025-09-12T18:28:51+00:00", "generator": { "date": "2025-09-12T18:28:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4128", "initial_release_date": "2025-04-23T10:20:19+00:00", "revision_history": [ { "date": "2025-04-23T10:20:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-23T10:20:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.8.0%2B19464%2B578f4546?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.8.0%2B23028%2B2aae5ce6.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8080020250415192452:63b34585" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-23T10:20:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4128" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debuginfo-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-debugsource-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:cjose-devel-0.6.1-3.module+el8.8.0+19464+578f4546.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.8.0.Z.EUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.8.0+23028+2aae5ce6.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:3945
Vulnerability from csaf_redhat
Published
2025-04-16 10:34
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc security update
Notes
Topic
An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:3945", "url": "https://access.redhat.com/errata/RHSA-2025:3945" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3945.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc security update", "tracking": { "current_release_date": "2025-09-12T18:28:51+00:00", "generator": { "date": "2025-09-12T18:28:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:3945", "initial_release_date": "2025-04-16T10:34:55+00:00", "revision_history": [ { "date": "2025-04-16T10:34:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-16T10:34:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_0.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_0.2?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_0.2?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_0.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_0.2?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_0.2?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_0.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_0.2?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_0.2?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_0.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "product": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "product_id": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.el9_0.2?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.el9_0.2?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.el9_0.2?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-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-16T10:34:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:3945" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.src", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debuginfo-0:2.4.9.4-1.el9_0.2.x86_64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.aarch64", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.ppc64le", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.s390x", "AppStream-9.0.0.Z.E4S:mod_auth_openidc-debugsource-0:2.4.9.4-1.el9_0.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:4192
Vulnerability from csaf_redhat
Published
2025-04-24 16:08
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4192", "url": "https://access.redhat.com/errata/RHSA-2025:4192" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4192.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update", "tracking": { "current_release_date": "2025-09-12T18:28:52+00:00", "generator": { "date": "2025-09-12T18:28:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4192", "initial_release_date": "2025-04-24T16:08:21+00:00", "revision_history": [ { "date": "2025-04-24T16:08:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-24T16:08:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.6.0%2B19463%2B7d2e1f9c?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.6.0%2B23040%2B515b7c43.1?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8060020250422111826:ad008a3a" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-24T16:08:21+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4192" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.6.0+19463+7d2e1f9c.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.6.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.6.0+23040+515b7c43.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:4227
Vulnerability from csaf_redhat
Published
2025-04-28 01:31
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4227", "url": "https://access.redhat.com/errata/RHSA-2025:4227" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4227.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update", "tracking": { "current_release_date": "2025-09-12T18:28:53+00:00", "generator": { "date": "2025-09-12T18:28:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4227", "initial_release_date": "2025-04-28T01:31:12+00:00", "revision_history": [ { "date": "2025-04-28T01:31:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-28T01:31:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.4.0%2B19462%2B14bde120?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.4.0%2B23043%2Bb69acfab.1?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8040020250422161642:522a0ee4" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-28T01:31: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-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4227" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.E4S:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debuginfo-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-debugsource-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:cjose-devel-0.6.1-3.module+el8.4.0+19462+14bde120.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.src.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.4.0.Z.TUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.4.0+23043+b69acfab.1.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:4228
Vulnerability from csaf_redhat
Published
2025-04-28 01:19
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4228", "url": "https://access.redhat.com/errata/RHSA-2025:4228" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4228.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update", "tracking": { "current_release_date": "2025-09-12T18:28:53+00:00", "generator": { "date": "2025-09-12T18:28:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4228", "initial_release_date": "2025-04-28T01:19:37+00:00", "revision_history": [ { "date": "2025-04-28T01:19:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-28T01:19:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.2.0%2B23039%2B41dcbbc6?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-3.module%2Bel8.2.0%2B19461%2B3a40b6ee?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-1.module%2Bel8.2.0%2B23039%2B41dcbbc6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-1.module%2Bel8.2.0%2B23039%2B41dcbbc6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-1.module%2Bel8.2.0%2B23039%2B41dcbbc6?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8020020250422085336:4cda2c84" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-28T01:19:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4228" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debuginfo-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-debugsource-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:cjose-devel-0.6.1-3.module+el8.2.0+19461+3a40b6ee.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.src.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debuginfo-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.2.0.Z.AUS:mod_auth_openidc-debugsource-2.4.9.4-1.module+el8.2.0+23039+41dcbbc6.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:4224
Vulnerability from csaf_redhat
Published
2025-04-28 00:22
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc security update
Notes
Topic
An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:4224", "url": "https://access.redhat.com/errata/RHSA-2025:4224" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4224.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc security update", "tracking": { "current_release_date": "2025-09-12T18:28:57+00:00", "generator": { "date": "2025-09-12T18:28:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:4224", "initial_release_date": "2025-04-28T00:22:52+00:00", "revision_history": [ { "date": "2025-04-28T00:22:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-28T00:22:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:57+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "product": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "product_id": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "product_id": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "product": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "product_id": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "product": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "product_id": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "product": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "product_id": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-4.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "product_id": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-4.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "product_id": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-4.el9_4.1?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_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64" }, "product_reference": "mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-28T00:22:52+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.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:4224" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.src", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debuginfo-0:2.4.9.4-4.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:mod_auth_openidc-debugsource-0:2.4.9.4-4.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:3997
Vulnerability from csaf_redhat
Published
2025-04-23 11:58
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc:2.3 security update
Notes
Topic
An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
Security Fix(es):
* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the mod_auth_openidc:2.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:3997", "url": "https://access.redhat.com/errata/RHSA-2025:3997" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3997.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc:2.3 security update", "tracking": { "current_release_date": "2025-09-12T18:28:51+00:00", "generator": { "date": "2025-09-12T18:28:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:3997", "initial_release_date": "2025-04-23T11:58:55+00:00", "revision_history": [ { "date": "2025-04-23T11:58:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-04-23T11:58:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=src\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=aarch64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=ppc64le\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=s390x\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debuginfo@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-debugsource@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjose-devel@0.6.1-4.module%2Bel8.10.0%2B21813%2Bb5444eb8?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3)", "product_id": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.9.4-7.module%2Bel8.10.0%2B23023%2Bba6d7066?arch=x86_64\u0026rpmmod=mod_auth_openidc:2.3:8100020250411144918:489197e6" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm (mod_auth_openidc:2.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" }, "product_reference": "mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-04-23T11:58:55+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.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:3997" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debuginfo-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-debugsource-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:cjose-devel-0.6.1-4.module+el8.10.0+21813+b5444eb8.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.src.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.aarch64.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.ppc64le.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.s390x.rpm-mod_auth_openidc:2.3", "AppStream-8.10.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-2.4.9.4-7.module+el8.10.0+23023+ba6d7066.x86_64.rpm-mod_auth_openidc:2.3" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
rhsa-2025:7419
Vulnerability from csaf_redhat
Published
2025-05-13 13:59
Modified
2025-09-12 18:28
Summary
Red Hat Security Advisory: mod_auth_openidc security update
Notes
Topic
An update for mod_auth_openidc is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The mod_auth_openidc is an OpenID Connect authentication module for Apache HTTP Server. It enables an Apache HTTP Server to operate as an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. \n\nSecurity Fix(es):\n\n* mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data (CVE-2025-31492)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:7419", "url": "https://access.redhat.com/errata/RHSA-2025:7419" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7419.json" } ], "title": "Red Hat Security Advisory: mod_auth_openidc security update", "tracking": { "current_release_date": "2025-09-12T18:28:55+00:00", "generator": { "date": "2025-09-12T18:28:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2025:7419", "initial_release_date": "2025-05-13T13:59:17+00:00", "revision_history": [ { "date": "2025-05-13T13:59:17+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T13:59:17+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-12T18:28:55+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.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "product": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "product_id": "mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.10-1.el9_6.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "product": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "product_id": "mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.10-1.el9_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "product_id": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.10-1.el9_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.10-1.el9_6.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "product": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "product_id": "mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.10-1.el9_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "product_id": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.10-1.el9_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "product_id": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.10-1.el9_6.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "product": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "product_id": "mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.10-1.el9_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64", "product_id": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.10-1.el9_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "product_id": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.10-1.el9_6.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "product": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "product_id": "mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc@2.4.10-1.el9_6.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "product": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "product_id": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debugsource@2.4.10-1.el9_6.1?arch=s390x" } } }, { "category": "product_version", "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "product": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "product_id": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_auth_openidc-debuginfo@2.4.10-1.el9_6.1?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.10-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64" }, "product_reference": "mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le" }, "product_reference": "mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x" }, "product_reference": "mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.src" }, "product_reference": "mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64" }, "product_reference": "mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64" }, "product_reference": "mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64" }, "product_reference": "mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-04-06T21:00:44.939285+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357738" } ], "notes": [ { "category": "description", "text": "A flaw was found in mod_auth_openidc, an OpenID Connect authentication module for Apache HTTP Server. This vulnerability allows unauthenticated users to access protected content via crafted HTTP POST requests to protected resources when no application-level gateway is present.", "title": "Vulnerability description" }, { "category": "summary", "text": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate due to its direct breach of access control, one of the core pillars of web application security. The flaw allows unauthenticated users to access sensitive protected content simply by triggering a specific OpenID Connect flow, bypassing the intended authentication checks. This is not merely a misconfiguration or theoretical risk \u2014 it results from a flawed control path in mod_auth_openidc where the module returns OK for unauthenticated requests, and httpd proceeds to serve protected content. The vulnerability affects environments without strict external request validation (e.g., no reverse proxy or WAF), making it highly impactful in real-world deployments.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "RHBZ#2357738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-31492", "url": "https://www.cve.org/CVERecord?id=CVE-2025-31492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31492" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "category": "external", "summary": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" } ], "release_date": "2025-04-06T20:02:20.511000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T13:59:17+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.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7419" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.src", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debuginfo-0:2.4.10-1.el9_6.1.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.s390x", "AppStream-9.6.0.Z.MAIN.EUS:mod_auth_openidc-debugsource-0:2.4.10-1.el9_6.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "mod_auth_openidc: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data" } ] }
opensuse-su-2025:14972-1
Vulnerability from csaf_opensuse
Published
2025-04-08 00:00
Modified
2025-04-08 00:00
Summary
apache2-mod_auth_openidc-2.4.16.11-1.1 on GA media
Notes
Title of the patch
apache2-mod_auth_openidc-2.4.16.11-1.1 on GA media
Description of the patch
These are all security issues fixed in the apache2-mod_auth_openidc-2.4.16.11-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14972
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "apache2-mod_auth_openidc-2.4.16.11-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the apache2-mod_auth_openidc-2.4.16.11-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14972", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14972-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14972-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UVSFHJSVTYXCGOB23YKUXLYGYQ2KA5HL/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14972-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UVSFHJSVTYXCGOB23YKUXLYGYQ2KA5HL/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-31492 page", "url": "https://www.suse.com/security/cve/CVE-2025-31492/" } ], "title": "apache2-mod_auth_openidc-2.4.16.11-1.1 on GA media", "tracking": { "current_release_date": "2025-04-08T00:00:00Z", "generator": { "date": "2025-04-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14972-1", "initial_release_date": "2025-04-08T00:00:00Z", "revision_history": [ { "date": "2025-04-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "product": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "product_id": "apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "product": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "product_id": "apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "product": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "product_id": "apache2-mod_auth_openidc-2.4.16.11-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64", "product": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64", "product_id": "apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64" }, "product_reference": "apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le" }, "product_reference": "apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.s390x" }, "product_reference": "apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64" }, "product_reference": "apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-31492", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-31492" } ], "notes": [ { "category": "general", "text": "mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn\u0027t be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn\u0027t check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions \u003e= 2.4.16.11.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-31492", "url": "https://www.suse.com/security/cve/CVE-2025-31492" }, { "category": "external", "summary": "SUSE Bug 1240893 for CVE-2025-31492", "url": "https://bugzilla.suse.com/1240893" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.aarch64", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.ppc64le", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.s390x", "openSUSE Tumbleweed:apache2-mod_auth_openidc-2.4.16.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-08T00:00:00Z", "details": "important" } ], "title": "CVE-2025-31492" } ] }
fkie_cve-2025-31492
Vulnerability from fkie_nvd
Published
2025-04-06 20:15
Modified
2025-04-17 11:15
Severity ?
Summary
mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn't be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn't check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions >= 2.4.16.11.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn\u0027t be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn\u0027t check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions \u003e= 2.4.16.11." }, { "lang": "es", "value": "mod_auth_openidc es un m\u00f3dulo de autenticaci\u00f3n y autorizaci\u00f3n con certificaci\u00f3n OpenID para el servidor HTTP Apache 2.x que implementa la funcionalidad de usuario autenticado de OpenID Connect. Antes de la versi\u00f3n 2.4.16.11, un error en mod_auth_openidc provocaba la divulgaci\u00f3n de contenido protegido a usuarios no autenticados. Las condiciones para la divulgaci\u00f3n son un POST OIDCProviderAuthRequestMethod, una cuenta v\u00e1lida y que no haya ninguna puerta de enlace a nivel de aplicaci\u00f3n (ni balanceador de carga, etc.) protegiendo el servidor. Al solicitar un recurso protegido, la respuesta incluye el estado HTTP, los encabezados HTTP, la respuesta prevista (el formulario de autoenv\u00edo) y el recurso protegido (sin encabezados). Este es un ejemplo de una solicitud de un recurso protegido, incluyendo todos los datos devueltos. Si mod_auth_openidc devuelve un formulario, debe devolver \"OK\" de check_userid para evitar el error en httpd. Esto significa que httpd intentar\u00e1 emitir el recurso protegido. oidc_content_handler se llama antes, lo que puede impedir que httpd emita la salida normal. oidc_content_handler realiza varias comprobaciones cuando interviene, pero no verifica este caso, por lo que el controlador devuelve DECLINED. En consecuencia, httpd a\u00f1ade el contenido protegido a la respuesta. El problema se ha corregido en las versiones de mod_auth_openidc posteriores a la 2.4.16.11." } ], "id": "CVE-2025-31492", "lastModified": "2025-04-17T11:15:48.567", "metrics": { "cvssMetricV40": [ { "cvssData": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "LOW", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "availabilityRequirement": "NOT_DEFINED", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityRequirement": "NOT_DEFINED", "exploitMaturity": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "privilegesRequired": "NONE", "providerUrgency": "NOT_DEFINED", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "NONE", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2025-04-06T20:15:15.063", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127" }, { "source": "security-advisories@github.com", "url": "https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00025.html" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-200" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…