External risk intelligence

Auth0 AD/LDAP Connector Stored XSS Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.0)

CVE-2026-85982

The vulnerability exists within an administrative panel for an AD/LDAP connector, which is typically installed within an internal network to bridge directory services. Access is generally restricted to administrators, and while it involves network-based interaction, public internet exposure of this management interface is uncommon in standard deployment patterns.

Cross-site Scripting

Halo Surface Signal: 2 out of 5 — less likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A security vulnerability in the Auth0 AD/LDAP Connector could allow an attacker to execute malicious scripts in an administrator's browser. This occurs because the connector does not properly encode data displayed in its admin panel, meaning specially crafted input in search results or logs could trigger the script execution when viewed by an administrator. The primary concern is confirming if this specific connector is in use and if administrative interfaces are exposed in a way that could be leveraged.

  • Stored script injection in admin logs and search.
  • Attack impacts administrator browsing experience.
  • Confirm relevance and exposure of the connector.

Attack Path

How an attacker could exploit the issue

An attacker could exploit this vulnerability by injecting malicious script code into directory attributes or log files. This script would then run in the browser of an administrator who views the compromised data within the admin panel. The vulnerability allows for the execution of arbitrary scripts, potentially leading to significant compromise.

  • Entry condition: Authenticated access to directory attributes or local access to the connector host.
  • Trigger point: An administrator viewing search results or update logs.
  • Resulting risk: Execution of arbitrary scripts in an administrator's browser.

Live Threat

Current exploitation, exposure, and threat context

An authenticated user, or a local user on the connector's host, could insert script content into directory attributes or updater logs. This script may execute in an administrator's browser when they view specific search results or logs, when supported by the advisory.

  • Admin panel data at risk.
  • Script injected via directory attributes or logs.
  • Potential for unauthorized administrative actions.

Operational Fix

Recommended remediation, mitigation, and detection steps

The Auth0 AD/LDAP Connector's stored XSS vulnerability requires immediate attention from teams managing identity and access solutions. Infrastructure or platform teams responsible for deploying and maintaining the connector must identify all instances, and security teams should assess exposure and business criticality. The first practical step involves confirming the connector's presence and administrative access points.

  • Identify connector instances and owners.
  • Verify admin panel access and reachability.
  • Plan remediation based on exposure risk.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the Auth0 AD/LDAP Connector?

The Auth0 AD/LDAP Connector is a software component that acts as a bridge between an organization's local Active Directory or LDAP directory services and the Auth0 identity platform. It allows businesses to authenticate users against their existing on-premises directory infrastructure without needing to replicate passwords to the cloud.

What does this CVE mean regarding stored XSS?

This CVE involves a vulnerability known as Stored Cross-Site Scripting (CWE-79). It means the software fails to properly clean or encode user-provided data before displaying it in the admin panel. If a user injects a script into directory attributes or logs, the application saves that script and runs it in the browser of any administrator who later views that data.

How can an attacker trigger this vulnerability?

To trigger this, an attacker needs a way to input data that the connector will later display in its logs or search results. This requires either having authenticated privileges to modify directory attributes or having local access to the server where the connector is installed. Simply visiting the admin page will not trigger the bug; an administrator must actively view the specific compromised log or search result.

Do I need to worry if my connector is internal?

According to Halo Surface Signal, this vulnerability exists in an administrative panel typically kept on internal networks. Because public internet exposure of this management interface is uncommon, the risk is lower for well-secured internal deployments. However, it remains a concern if your specific configuration allows broader network access to this admin panel.

What should I do if I run this technology?

Start by identifying all instances of the Auth0 AD/LDAP Connector within your environment and determining who is responsible for their maintenance. Verify whether the administrative interface for these connectors is accessible and who has the permissions to modify directory attributes or host files. Once identified, evaluate your exposure and prepare for updates.

References