Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Okta AD/LDAP Delegated Authentication - Username Above 52 Characters Security Advisory #1428

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

arielkr256
Copy link
Contributor

Background

On October 30, 2024, a vulnerability was internally identified in generating the cache key for AD/LDAP DelAuth. The Bcrypt algorithm was used to generate the cache key where we hash a combined string of userId + username + password. Under a specific set of conditions, listed below, this could allow users to authenticate by providing the username with the stored cache key of a previous successful authentication.

Customers meeting the pre-conditions should investigate their Okta System Log for unexpected authentications from usernames greater than 52 characters between the period of July 23rd, 2024 to October 30th, 2024.

Changes

  • Saved query to investigate unexpected authentications from usernames greater than 52 characters between the period of July 23rd, 2024 to October 30th, 2024.

Testing

  • tested in production Okta environment

@arielkr256 arielkr256 requested a review from a team as a code owner November 13, 2024 15:30
Copy link

😱
looks like some things could be wrong with the packs

[INFO][root]: ignoring file dependabot.yml

@arielkr256 arielkr256 enabled auto-merge (squash) November 13, 2024 15:37
@arielkr256 arielkr256 merged commit 0cdcbce into develop Nov 13, 2024
8 checks passed
@arielkr256 arielkr256 deleted the threat-406-okta-advisory branch November 13, 2024 15:37
@arielkr256 arielkr256 added the queries Stored Queries that help to quickly investigate label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
queries Stored Queries that help to quickly investigate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants