CVE-2023-23612
Published Jan 26, 2023
Last updated 2 years ago
Overview
- Description
- 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Social media
- Hype score
- Not currently trending
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 8.8
- Impact score
- 5.9
- Exploitability score
- 2.8
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:amazon:opensearch:*:*:*:*:*:-:*:*", "vulnerable": true, "matchCriteriaId": "F78DAC9C-A051-4B4C-AC4F-08A65195A932", "versionEndExcluding": "1.3.8", "versionStartIncluding": "1.0.0" }, { "criteria": "cpe:2.3:a:amazon:opensearch:*:*:*:*:*:-:*:*", "vulnerable": true, "matchCriteriaId": "F032A171-FC92-43EF-9B04-E65EFDAC4F9D", "versionEndExcluding": "2.5.0", "versionStartIncluding": "2.0.0" } ], "operator": "OR" } ] } ]