ZeroHour
Cyber Security Newspublished ()ingested Abinaya1
Part of a story covered by 2 sources: “Okta Patches Three Flaws in Auth0 AD/LDAP Connector and Access Gateway, Including CVSS 9.0 Stored XSS” — merged summary and timeline →

Okta Fixes Auth0 and Access Gateway Flaws Enabling XSS, Auth Bypass, and SQL Injection

AI summary · glm-5.3-flash

Okta patched three flaws in Auth0 AD/LDAP Connector and Access Gateway, including a CVSS 9.0 stored XSS tracked as CVE-2026-85982.

Okta disclosed and patched three vulnerabilities on September 8, 2026 affecting the Auth0 AD/LDAP Connector and Okta Access Gateway. CVE-2026-85982 is a CVSS 9.0 stored XSS in the connector's admin panel caused by improper HTML encoding of directory search results and updater logs; CVE-2026-78626 is a CVSS 8.1 authorization bypass in Access Gateway Protected Rules; CVE-2026-78623 is a CVSS 7.7 SQL injection in advanced-mode datastores via unsanitized SAML assertion attributes. Fixes ship in connector version 8.0.0 and Access Gateway 2026.9.1; no exploitation has been reported.

  • CVE-2026-85982 stored XSS (CVSS 9.0) fixed in auth0/ad-ldap-connector 8.0.0
  • CVE-2026-78626 authorization bypass (CVSS 8.1) in Access Gateway Protected Rules
  • CVE-2026-78623 SQL injection (CVSS 7.7) in advanced-mode datastores via SAML attributes
  • Exploitation requires authenticated access or specific Protected Rule/datastore configurations
  • No reports of in-the-wild exploitation; upgrades to Access Gateway 2026.9.1 required

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-78623
SQL Injection in Okta Access Gateway via Unsanitized SAML Assertion Values

Okta Access Gateway (CVE-2026-78623, CWE-89) fails to sanitize SAML assertion values before they are interpolated into database queries when the datastore is configured in advanced mode. Because the unsanitized values are substituted directly into the query string prior to statement preparation, an attacker whose crafted SAML assertion is processed by the gateway can cause unintended SQL execution against the configured backend database. Successful exploitation yields a high-confidentiality impact (exposure of backend database data) with limited integrity and availability impact, and the changed-scope score (S:C) means the backend database can be affected beyond the gateway component. Organizations running Okta Access Gateway with an advanced-mode datastore backed by a SQL database are affected; no specific affected version range is provided in the available data. Exploitation has not been observed: there is no known public proof-of-concept, the flaw is not in CISA KEV, and EPSS assigns only a 0.2% probability of exploitation within 30 days.

Do: Check whether your Access Gateway datastore is configured in advanced mode against a SQL backend; if so, apply the remediation version or mitigation specified in Okta's security advisory, since no fixed version is stated in the available data. Review the backend database's query logs for anomalous or malformed SQL and constrain which SAML assertion attributes are passed into datastore queries. Because exploitation requires crafted assertion values with low-privilege access, also validate that assertion attribute values follow expected formats as an interim hardening measure.

7.7<1%
  • Okta Access Gateway
moderate≈1,000–10,000 deployed Access Gateway instances worldwide (order-of-magnitude estimate)
CVE-2026-78626
Authorization Bypass in Okta Access Gateway Protected Rule Checks

Okta Access Gateway (OAG), the gateway component Okta customers deploy to extend single sign-on to on-premises or private applications, mishandles input sanitization and regular expression evaluation in its Protected Rule authorization check, an incorrect-authorization flaw (CWE-863). The bypass is triggered only when an administrator has explicitly configured a Protected Rule policy on one or more application resources; an authenticated user with low-level privileges can then submit input that evades the rule's regular-expression matching and reach resources the policy was meant to restrict. A successful bypass yields high confidentiality and integrity impact (unauthorized read and potentially modification of protected application resources) with no availability impact, per the CVSS 8.1 score (network vector, low privileges required, no user interaction). Only organizations running Okta Access Gateway that use Protected Rule policies are affected; OAG deployments without any Protected Rule configuration are not exposed. There is no public proof-of-concept, the flaw is not in CISA KEV, and EPSS assigns a 0.2% probability of exploitation within 30 days (12th percentile), indicating no known exploitation at this time.

Do: Inventory your Okta Access Gateway configuration to determine whether any application resources use Protected Rule policies; if none do, you are not affected by this bypass. If Protected Rules are in use, consult Okta's security advisory (trust.okta.com) for the patched OAG release and upgrade promptly, then review gateway access logs for requests that reached protected resources without satisfying the rule. Until patching is complete, consider compensating access controls at the application layer and continue monitoring for anomalous access to the affected resources.

8.1<1%
  • Okta Access Gateway
nichelikely hundreds to a few thousand enterprise gateway deployments, and only the subset of those with Protected Rule policies configured
CVE-2026-85982
Stored XSS in Auth0 AD/LDAP Connector Admin Panel

The Auth0 AD/LDAP Connector fails to properly HTML-encode directory data shown in search results and updater log content within its admin panel, allowing stored Cross-Site Scripting (CWE-79). An authenticated user with privileges to modify directory attributes, or a low-privileged local user on the host where the connector runs, can insert script content that is later rendered to an administrator. When an administrator views the affected search results or update logs, the injected script executes in the admin's browser, enabling session-context actions with high confidentiality, integrity, and availability impact per the CVSS scope-changed rating (9.0, critical). Only organizations running the self-hosted Auth0 AD/LDAP Connector to federate on-premises Active Directory/LDAP with Auth0 are affected. There is no known public proof-of-concept, the issue is not in CISA's KEV catalog, and EPSS assigns only a 0.2% probability of exploitation within 30 days, so no active exploitation is currently known.

Do: Update the AD/LDAP Connector to the fixed release published by Okta/Auth0 (consult the vendor advisory for the exact patched version, since none is listed here), and verify via the connector's updater/admin panel that the new build is deployed. In the meantime, restrict which accounts can modify directory attributes and limit local logon access on the connector host, and have administrators inspect any directory attribute values or updater log entries from untrusted users before viewing them in the admin panel.

9.0<1%
  • Okta (Auth0) Auth0 AD/LDAP Connector
moderate≈ low thousands of installations (self-hosted enterprise connector)
Full article610 words · extracted from cybersecuritynews.com · click to collapse

Okta has released security fixes for three vulnerabilities affecting the Auth0 AD/LDAP Connector and Okta Access Gateway. The flaws could enable stored cross-site scripting, authorization bypass, and SQL injection in certain configurations.

The vulnerabilities were disclosed on September 8, 2026. Organizations using the affected identity and access management components should prioritize upgrades, especially where Access Gateway protects sensitive enterprise applications or privileged users administer Auth0 directory connectors.

The most severe issue, tracked as CVE-2026-85982, affects the Auth0 AD/LDAP Connector. The stored cross-site scripting vulnerability received a CVSS v3 score of 9.0 and is caused by improper HTML encoding of directory search-result data and updater log content rendered in the connector’s administrative panel.

An attacker would need authenticated access to a connected user directory with permission to modify user-editable attributes. Alternatively, a low-privileged local user with access to the host running the connector could introduce malicious script content into updater logs or relevant data fields.

The payload could execute when an administrator opens the affected search results or update logs in the Auth0 AD/LDAP Connector Admin Panel.

Okta Fixes Auth0 and Access Gateway Flaws

Successful exploitation could expose administrative session data, allow unauthorized actions through an administrator’s browser session, or support further compromise of identity infrastructure.

The issue is classified as CWE-79, or improper neutralization of input during web page generation. Okta and Auth0 users should upgrade auth0/ad-ldap-connector to version 8.0.0 or later to remediate the issue.

Okta also addressed CVE-2026-78626, an authorization bypass vulnerability in Okta Access Gateway Protected Rules. The flaw has a CVSS v3 score of 8.1. It stems from improper input sanitization and regular-expression evaluation during Protected Rule authorization checks.

The vulnerability affects Okta Access Gateway releases earlier than version 2026.9.1. Exploitation requires an organization to have configured a Protected Rule policy for one or more application resources.

An attacker must also hold a valid authenticated account assigned to the target application, even if that account has only low-level privileges.

Under these conditions, specially crafted input may bypass the Protected Rule’s intended authorization enforcement. This could allow a user to access protected resources or functions that policy should have restricted. The issue is categorized as CWE-863: Incorrect Authorization. Okta has resolved the problem in Access Gateway version 2026.9.1.

A third vulnerability, CVE-2026-78623, affects Access Gateway advanced-mode datastores and carries a CVSS v3 score of 7.7. The SQL injection issue occurs when SAML assertion attribute values are interpolated into custom database queries without proper sanitization.

The affected setup requires an Access Gateway advanced-mode database datastore that uses custom SQL queries referencing SAML assertion attributes.

An attacker also needs an active authentication session that can supply attacker-controlled values for at least one referenced assertion attribute.

Because the values are substituted into query strings before query preparation, malicious input could execute unintended SQL commands against the configured backend database. Depending on database permissions and query design, this may expose sensitive data, alter records, or affect database availability.

The flaw is classified as CWE-89: Improper Neutralization of Special Elements Used in an SQL Command. Organizations should upgrade affected Okta Access Gateway appliances to version 2026.9.1 or later.

Security teams should identify deployed Auth0 AD/LDAP Connector and Okta Access Gateway versions, apply the available updates, review Protected Rule configurations, and audit advanced datastore queries that incorporate SAML attributes.

Administrators should also review directory attribute permissions and investigate unusual changes to connector logs or user-editable directory fields.

Learn 7 Metric-Gated AI SOC Deployment Phases – Download Free AI SOC Deployment Playbook 2026.

Abinayahttps://cybersecuritynews.com/

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.

Text extracted automatically; images, tables and formatting may be missing. Original: https://cybersecuritynews.com/okta-fixes-auth0-and-access-gateway-flaws/