CVE-2026-28377
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability in Grafana Tempo exposes the S3 SSE-C encryption key in plaintext through the /status/config endpoint, potentially allowing unauthorized users to obtain the key used to encrypt trace data stored in S3. Thanks to william_goodfellow for reporting this vulnerability.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceGrafana Tempo versions prior to the patch expose S3 SSE-C (Server-Side Encryption with Customer-Provided Keys) through the /status/config endpoint in plaintext. Any authenticated or unauthenticated user able to reach this endpoint can retrieve the encryption key used to protect trace data stored in Amazon S3, leading to confidentiality breach of stored data.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.10.3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine installed Grafana Tempo versionQuery the /status endpoint or use the tempo --version command to identify the running versionAffected if Version is prior to 2.10.3
-
Verify S3 SSE-C configuration is in useReview Tempo configuration files or check the /status/config response for s3.sse.type set to customer-keyAffected if S3 SSE-C (Server-Side Encryption with Customer-Provided Keys) is configured with a customer-managed key
-
Confirm /status/config endpoint accessibilityMake an HTTP GET request to the /status/config endpoint with appropriate network accessAffected if The endpoint is reachable (with or without authentication) from your network
-
Inspect endpoint response for exposed keysReview the JSON response from /status/config for plaintext values under s3.sse.key, s3.sse.key-id, or similar sensitive configuration fieldsAffected if The response contains unredacted SSE-C encryption keys or key IDs in plaintext
You are affected if running Grafana Tempo version below 2.10.3 with S3 SSE-C enabled and the /status/config endpoint is accessible, as plaintext keys can be retrieved from that endpoint.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.10.3
Upgrade Grafana Tempo to the patched version that filters sensitive configuration values from the /status/config endpoint, and rotate any SSE-C keys that may have been exposed.
Grafana Tempo 2.10.3 or latest stable release
- 1. Identify current Grafana Tempo version by querying the /api/v1/status/buildinfo endpoint or checking the deployment
- 2. Upgrade Grafana Tempo to version 2.10.3 or later (latest stable release recommended)
- 3. After upgrade, verify the S3 SSE-C key is no longer exposed by querying the /status/config endpoint and confirming the key is masked or not present
- 4. As a security precaution, rotate the exposed SSE-C encryption key since it may have been compromised
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,304.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-28377 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-28377 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data