OpenSearch is an open source distributed and RESTful search engine. OpenSearch uses JWTs to store role claims obtained from the Identity Provider (IdP) when the authentication backend is SAML or OpenID Connect. There is an issue in how those claims are processed from the JWTs where the leading and trailing whitespace is trimmed, allowing users to potentially claim roles they are not assigned to if any role matches the whitespace-stripped version of the roles they are a member of. This issue is only present for authenticated users, and it requires either the existence of roles that match, not considering leading/trailing whitespace, or the ability for users to create said matching roles. In addition, the Identity Provider must allow leading and trailing spaces in role names. OpenSearch 1.0.0-1.3.7 and 2.0.0-2.4.1 are affected. Users are advised to upgrade to OpenSearch 1.3.8 or 2.5.0. There are no known workarounds for this issue.
References
Link | Resource |
---|---|
https://github.com/opensearch-project/OpenSearch/releases/tag/2.5.0 | Third Party Advisory |
https://github.com/opensearch-project/security/security/advisories/GHSA-864v-6qj7-62qj | Third Party Advisory |
https://github.com/opensearch-project/OpenSearch/releases/tag/2.5.0 | Third Party Advisory |
https://github.com/opensearch-project/security/security/advisories/GHSA-864v-6qj7-62qj | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:46
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/opensearch-project/OpenSearch/releases/tag/2.5.0 - Third Party Advisory | |
References | () https://github.com/opensearch-project/security/security/advisories/GHSA-864v-6qj7-62qj - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
Summary |
|
Information
Published : 2023-01-26 21:18
Updated : 2024-11-21 07:46
NVD link : CVE-2023-23612
Mitre link : CVE-2023-23612
CVE.ORG link : CVE-2023-23612
JSON object : View
Products Affected
amazon
- opensearch
CWE
CWE-287
Improper Authentication