GHSA-864v-6qj7-62qj

Suggest an improvement
Source
https://github.com/advisories/GHSA-864v-6qj7-62qj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/01/GHSA-864v-6qj7-62qj/GHSA-864v-6qj7-62qj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-864v-6qj7-62qj
Aliases
Published
2023-01-24T20:47:19Z
Modified
2023-11-08T04:11:41.056184Z
Severity
  • 4.7 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
Issue with whitespace in JWT roles in OpenSearch
Details

Advisory title: Issue with whitespace in JWT roles

Affected versions:

OpenSearch 1.0.0-1.3.7 and 2.0.0-2.4.1

Patched versions:

OpenSearch 1.3.8 and 2.5.0

Impact:

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.

Patches:

OpenSearch versions 1.3.8 and 2.5.0 contain a fix for this issue.

For more information:

If you have any questions or comments about this advisory, please contact AWS/Amazon Security via our issue reporting page (https://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com. Please do not create a public GitHub issue.

Database specific
{
    "nvd_published_at": "2023-01-26T21:18:00Z",
    "github_reviewed_at": "2023-01-24T20:47:19Z",
    "severity": "MODERATE",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-269",
        "CWE-287"
    ]
}
References

Affected packages

Maven / org.opensearch:opensearch-security

Package

Name
org.opensearch:opensearch-security
View open source insights on deps.dev
Purl
pkg:maven/org.opensearch/opensearch-security

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.8

Maven / org.opensearch:opensearch-security

Package

Name
org.opensearch:opensearch-security
View open source insights on deps.dev
Purl
pkg:maven/org.opensearch/opensearch-security

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.0.0
Fixed
2.5.0