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: < 1% Very Low
KEV: No
Impact: Sensitive Information Exposure via Unauthenticated Actuator Endpoints
Action: Patching
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

Wed, 02 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Mon, 31 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Openzipkin
Openzipkin zipkin
Vendors & Products Openzipkin
Openzipkin zipkin

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

Openzipkin Zipkin
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T18:43:27.903Z

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

Link: CVE-2026-82265

cve-icon Vulnrichment

Updated: 2026-08-31T18:43:12.504Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-31T19:17:16.830

Link: CVE-2026-82265

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-28T16:18:50Z

Links: CVE-2026-82265 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:20:42Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function