惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Latest news
Latest news
T
Troy Hunt's Blog
V
Vulnerabilities – Threatpost
L
LINUX DO - 热门话题
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
V
V2EX
博客园 - 司徒正美
B
Blog RSS Feed
AWS News Blog
AWS News Blog
MyScale Blog
MyScale Blog
Scott Helme
Scott Helme
Cisco Talos Blog
Cisco Talos Blog
Last Week in AI
Last Week in AI
NISL@THU
NISL@THU
博客园 - Franky
P
Proofpoint News Feed
博客园_首页
C
CERT Recently Published Vulnerability Notes
雷峰网
雷峰网
S
Schneier on Security
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
WordPress大学
WordPress大学
The Hacker News
The Hacker News
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
A
Arctic Wolf
Microsoft Azure Blog
Microsoft Azure Blog
T
The Exploit Database - CXSecurity.com
Engineering at Meta
Engineering at Meta
罗磊的独立博客
T
The Blog of Author Tim Ferriss
D
Darknet – Hacking Tools, Hacker News & Cyber Security
I
Intezer
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
K
Kaspersky official blog
SecWiki News
SecWiki News
云风的 BLOG
云风的 BLOG
美团技术团队
C
Cybersecurity and Infrastructure Security Agency CISA
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Security Latest
Security Latest
C
Cyber Attacks, Cyber Crime and Cyber Security
B
Blog
S
Security Affairs

Okta Trust

Okta Verify Desktop MFA for Windows Passwordless Login CVE-2024-9191 Okta Classic Application Sign-On Policy Bypass Okta Browser Plugin Reflected Cross-Site Scripting CVE-2024-0981 Okta Verify for Windows Auto-update Arbitrary Code Execution CVE-2024-0980 Okta Advanced Server Access Client CVE-2023-0093 Okta Access Gateway Advisory for CVE-2022-3602 and CVE-2022-3786 Okta Active Directory Agent CVE-2022-1697 Okta Advanced Server Access Client CVE-2022-1030 Okta Advanced Server Access Client CVE-2022-24295 Okta RADIUS Server Agent CVE-2021-45105 Okta On-Prem MFA Agent CVE-2021-45046 Okta RADIUS Server Agent CVE-2021-45046 Okta On-Prem MFA Agent CVE-2021-44228 Okta RADIUS Server Agent CVE-2021-44228 Okta On-Prem MFA Agent CVE-2021-45105 Okta Verify for Windows Privilege Escalation CVE-2024-7061 Okta LDAP Agent CVE-2023-0392 - Sep 19, 2023 Okta AD/LDAP Delegated Authentication - Username Above 52 Characters Security Advisory Okta Access Gateway CVE-2021-28113 - Apr 2, 2021
Okta Verify for iOS ContextExtension CVE-2024-10327
Okta, Inc. · 2024-10-24 · via Okta Trust

Description

A vulnerability in Okta Verify for iOS versions 9.25.1 (beta) and 9.27.0 (including beta) allows push notification responses through the iOS ContextExtension feature allowing the authentication to proceed regardless of the user’s selection. When a user long-presses the notification banner and selects an option, both options allow the authentication to succeed. 

The ContextExtension feature is one of several push mechanisms available when using Okta Verify Push on iOS devices. The vulnerable flows include:

  • When a user is presented with a notification on a locked screen, the user presses on the notification directly and selects their reply without unlocking the device;

  • When a user is presented with a notification on the home screen and drags the notification down and selects their reply;

  • When an Apple Watch is used to reply directly to a notification.

Affected product and versions

  • Okta Verify for iOS version 9.25.1 (beta), available in Apple TestFlight from September 30, 2024

  • Okta Verify for iOS version 9.27.0 (beta) available in Apple TestFlight from October 10, 2024.

  • Okta Verify for iOS version 9.27.0 released to the Apple App Store from Monday, October 21, 2024

A pre-condition for this vulnerability is that the user must have enrolled in Okta Verify while the Okta customer was using Okta Classic. This applies irrespective of whether the organization has since upgraded to Okta Identity Engine.

Note: Users will no longer be able to authenticate from vulnerable versions (see above) of the iOS application.

Customer Recommendations

Customers are advised to review the Okta System Log to identify if any of their users have Okta Verify for iOS version 9.25.1 (beta) or 9.27.0.

Search query for version 9.25.1 (beta):

eventType eq "user.authentication.auth_via_mfa" and debugContext.debugData.factor eq "OKTA_VERIFY_PUSH" and client.userAgent.rawUserAgent co "B7F62B65BN.com.okta.mobile/9.25.1" and outcome.result eq "SUCCESS"

Search query for version 9.27.0:

eventType eq "user.authentication.auth_via_mfa" and debugContext.debugData.factor eq "OKTA_VERIFY_PUSH" and client.userAgent.rawUserAgent co "B7F62B65BN.com.okta.mobile/9.27.0" and outcome.result eq "SUCCESS"

Additionally, we recommend customers cross-referencing the associated IP addresses, geolocations, and ASNs against known legitimate user activity. This will help identify any activity that deviates from previous user behavior. Customers should review for unusual or malicious activity, such as logins from unfamiliar IP addresses or locations inconsistent with normal user behavior.

Resolution

The vulnerability is resolved in Okta Verify for iOS version 9.27.2. To remediate this vulnerability, upgrade Okta Verify for iOS to version 9.27.2 or greater from the Apple App Store.

Timeline

2024-09-30 - Okta Verify 9.25.1 (beta) available through Apple TestFlight 

2024-10-10 - Okta Verify 9.27.0 (beta) available through Apple TestFlight

2024-10-21 - Okta Verify 9.27.0 for iOS released in Apple App Store 

2024-10-23 - Okta Verify 9.27.0 and 9.25.1 (beta) for iOS vulnerability discovered 

2024-10-23 - Development of patch and testing

2024-10-23 - Okta Verify 9.27.2 for iOS version available in the Apple App Store, this version supersedes all prior versions

CVE details

CVE ID

CVE-2024-10327

Published Date

October 24, 2024

Vulnerability Type

Improper Authentication

CWE

CWE-287: Improper Authentication

CVSS v3

Score: 8.1

Vector string: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Note: this advisory has been updated to reflect that vulnerable versions will no longer be able to authenticate.