Description
Tenable Identity Exposure contains multiple unauthenticated API endpoints under /w/api/* that expose sensitive application configuration data including cleartext LDAP credentials, SAML configuration, user accounts, and directory settings to unauthenticated remote attackers. Affected responses are served with Cache-Control: public headers and without Vary: Cookie, allowing reverse proxies and CDNs to cache and serve sensitive data to unauthenticated users even after authentication is applied.
Published: 2026-06-23
Score: 8.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Tenable Identity Exposure permits unauthenticated users to call API endpoints under /w/api/* that return configuration data such as LDAP credentials, SAML settings, user accounts, and directory information. These responses are served with a Cache-Control header of public and lack a Vary: Cookie header, which allows shared caching layers to store the sensitive responses. Based on the description, it is inferred that this weakness enables attackers to exploit reverse proxies and CDNs to capture and subsequently serve the leaked data to other users, thereby constituting a confidentiality breach (CWE-306 and CWE-524).

Affected Systems

Tenable Identity Exposure. The affected components are the API endpoints located under /w/api/*. No explicit product version information is provided in the advisory, so the scope applies to any installation exposing these endpoints.

Risk and Exploitability

The CVSS score of 8.5 classifies the issue as high severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. Exploitation requires no authentication; an attacker can send HTTP requests directly to the public endpoints, capture the configuration data, and, if a reverse proxy or CDN caches the response, later retrieve the same data even after legitimate users have logged in. Based on the description, it is inferred that the presence of intermediary caching infrastructure and the lack of proper cache directives are the primary prerequisites for successful exploitation.

Generated by OpenCVE AI on June 24, 2026 at 07:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest available patch or upgrade for Tenable Identity Exposure to eliminate public caching of sensitive API responses.
  • Enforce authentication or IP‑based access controls on the /w/api/* endpoints to prevent unauthenticated access.
  • Configure reverse proxies and CDNs to honor Vary: Cookie and to set Cache‑Control to private or no‑cache for responses that contain sensitive configuration data.

Generated by OpenCVE AI on June 24, 2026 at 07:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 23 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description Tenable Identity Exposure contains multiple unauthenticated API endpoints under /w/api/* that expose sensitive application configuration data including cleartext LDAP credentials, SAML configuration, user accounts, and directory settings to unauthenticated remote attackers. Affected responses are served with Cache-Control: public headers and without Vary: Cookie, allowing reverse proxies and CDNs to cache and serve sensitive data to unauthenticated users even after authentication is applied.
Title Insecure Public Caching on REST API Endpoints in Tenable Identity Exposure
Weaknesses CWE-306
CWE-524
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.5, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: tenable

Published:

Updated: 2026-06-23T17:48:03.138Z

Reserved: 2026-06-23T14:57:21.550Z

Link: CVE-2026-13007

cve-icon Vulnrichment

Updated: 2026-06-23T17:47:50.534Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T07:15:14Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-524

    Use of Cache Containing Sensitive Information