ZeroHour
GBHackerspublished ()ingested Divya1
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 Patches Auth0 and Access Gateway Vulnerabilities Let Attackers Enable XSS, Authentication Bypass and SQL Injection

AI summary · glm-5.3-flash

Okta patches three high-severity flaws in Auth0 AD/LDAP Connector and Access Gateway: stored XSS, auth bypass, SQL injection.

Okta disclosed on September 8, 2026 three vulnerabilities: CVE-2026-85982, a CVSS 9.0 stored XSS in Auth0 AD/LDAP Connector before 8.0.0; CVE-2026-78626, a CVSS 8.1 Protected Rule authorization bypass in Access Gateway before 2026.9.1; and CVE-2026-78623, a CVSS 7.7 SQL injection in Access Gateway advanced-mode datastores. Exploitation requires authenticated access and specific configurations. Fixes require upgrading the connector to 8.0.0+ and Access Gateway to 2026.9.1+.

  • CVE-2026-85982 (CVSS 9.0) allows stored XSS via directory attributes or updater logs
  • CVE-2026-78626 (CVSS 8.1) bypasses Protected Rule authorization in Access Gateway
  • CVE-2026-78623 (CVSS 7.7) enables SQL injection via unsanitized SAML assertion values
  • Exploitation requires authenticated access and specific Protected Rule or datastore configurations
  • Admins urged to upgrade and audit SQL datastore queries and assertion validation

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 article630 words · extracted from gbhackers.com · click to collapse

Okta has released security updates for three high-severity vulnerabilities affecting the Auth0 AD/LDAP Connector and Okta Access Gateway.

These vulnerabilities could allow authenticated attackers to trigger stored cross-site scripting (XSS), bypass Protected Rule authorization controls, or execute unintended SQL commands against configured backend databases under specific deployment conditions.

All three vulnerabilities were disclosed on September 8, 2026. Organizations using the affected Auth0 connector or Okta Access Gateway should prioritize upgrading, especially if they use directory attributes, Protected Rules, or custom SQL-backed advanced datastores.

Critical Stored XSS in Auth0 Connector

The most severe issue, tracked as CVE-2026-85982, affects the Auth0 AD/LDAP Connector versions before 8.0.0. Okta has assigned this vulnerability a CVSS v3 score of 9.0, categorizing it as critical.

This flaw is a stored cross-site scripting vulnerability caused by improper HTML encoding of data rendered in search results and updater logs within the Auth0 AD/LDAP Connector Admin Panel. It is classified as CWE-79, Improper Neutralization of Input During Web Page Generation.

An attacker with authenticated access to a connected user directory and permission to modify user-editable directory attributes could inject malicious script content into those fields. Alternatively, a low-privileged local user on the system hosting the connector could introduce malicious content into the updater log data.

The payload executes when an administrator opens affected directory search results or update logs in the connector’s administrative interface. Successful exploitation could enable session theft, unauthorized administrative actions via the victim’s browser, interface manipulation, or access to sensitive data visible to the administrator.

Okta recommends upgrading the auth0/ad-ldap-connector package to version 8.0.0 or later to remediate CVE-2026-85982.

Okta has also addressed CVE-2026-78626, an authorization-bypass issue in Okta Access Gateway versions before 2026.9.1. This vulnerability has a CVSS v3 score of 8.1 and is categorized as CWE-863, which denotes Incorrect Authorization.

This flaw arises from improper input sanitization and regular expression evaluation in the product’s Protected Rule authorization check. Protected Rules enforce access restrictions on specified application resources.

Exploitation of this vulnerability requires that an administrator has configured a Protected Rule policy for one or more resources, and the attacker must have a valid authenticated account assigned to the target application.

According to Okta, an attacker at any application privilege level may be able to bypass the configured authorization control.

This issue is particularly concerning for organizations using Access Gateway to enforce granular, resource-level protections for legacy or on-premises applications.

Administrators should review whether Protected Rules protect sensitive paths, administrative panels, or high-value application functions and then update affected gateways to version 2026.9.1 or later.

The third flaw, CVE-2026-78623, is an SQL injection vulnerability in the advanced-mode datastore configuration of Okta Access Gateway. It carries a CVSS v3 score of 7.7 and maps to CWE-89, which represents Improper Neutralization of Special Elements used in an SQL Command.

The issue arises because Access Gateway does not sanitize SAML assertion values before inserting them into custom database query strings. Although the query is prepared afterward, attacker-controlled assertion values are interpolated before that preparation, potentially allowing unintended SQL execution against the configured backend database.

To exploit this vulnerability, an advanced-mode database datastore with custom SQL queries referencing SAML assertion attributes is required. The attacker must also have an active authentication session with controllable values for at least one referenced assertion attribute.

Organizations should upgrade Access Gateway appliances to version 2026.9.1 or later. Security teams should also audit custom SQL datastore queries, identify SAML attributes used as query inputs, and restrict assertion values to tightly validated formats wherever possible.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection

Divya

Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Text extracted automatically; images, tables and formatting may be missing. Original: https://gbhackers.com/okta-patches-auth0-and-access-gateway-vulnerabilities/