Description
Zipkin through 3.6.1 exposes Spring Boot Actuator endpoints on the tracing API port without authentication, allowing unauthenticated attackers to access sensitive information. Attackers can read environment variables, bean configurations, and storage credentials via actuator endpoints, or modify log levels to suppress logging.
Published: 2026-08-28
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Zipkin versions up to and including 3.6.1 expose Spring Boot Actuator endpoints on the tracing API port without any authentication. This allows an unauthenticated attacker to query the actuator interfaces and read environment variables, bean configuration data, and storage credentials, as well as modify log levels to suppress logs. The primary weakness is the absence of access control, identified as CWE‑306, leading to an information‑disclosure and potential operational degradation risk.

Affected Systems

The vulnerability affects the Zipkin service provided by the openzipkin community. All releases through version 3.6.1 are impacted; newer releases are not documented as vulnerable. The exposed endpoints are the standard Spring Boot Actuator URLs exposed on Zipkin’s API port.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as medium severity. An attacker who can reach the tracing API port can immediately invoke the unprotected actuator APIs, bypassing authentication. While the EPSS score is not available, the exposure of sensitive internal data without authentication indicates a high likelihood of exploitation in environments where the API port is network accessible. Because the vulnerability is not listed in CISA’s KEV catalog, it may not yet have widespread exploitation, but the lack of authentication is a critical risk for any publicly exposed deployment.

Generated by OpenCVE AI on August 28, 2026 at 22:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Zipkin to a release that includes the actuator endpoint fix (currently 3.6.2 or later).
  • Limit network exposure of the Zipkin API port by restricting traffic to trusted hosts, VPNs, or firewall rules.
  • If an upgrade is delayed, disable Actuator endpoints or enforce authentication on the Spring Boot Actuator configuration to prevent unauthenticated access.

Generated by OpenCVE AI on August 28, 2026 at 22:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Zipkin through 3.6.1 exposes Spring Boot Actuator endpoints on the tracing API port without authentication, allowing unauthenticated attackers to access sensitive information. Attackers can read environment variables, bean configurations, and storage credentials via actuator endpoints, or modify log levels to suppress logging.
Title Zipkin Unauthenticated Spring Boot Actuator Endpoints Exposure
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:18:50.031Z

Reserved: 2026-08-28T11:12:36.688Z

Link: CVE-2026-82265

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:17.070

Modified: 2026-08-28T20:20:17.070

Link: CVE-2026-82265

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:30:17Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function