CVE-2026-55772

HIGHPre-NVD 8.88.8
EchelonGraph scoreLOW confidence

This high-severity CVE scores 8.8 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
8.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 8.8Exploit: NoneExposed: 0

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

CedarJava has type confusion vulnerability

Summary

CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. Under certain circumstances, improper input handling could allow type confusion across the Java-Rust FFI boundary.

Impact

Record-to-Entity type confusion across the Java-Rust FFI boundary

CedarJava sends authorization requests to the Rust cedar-policy evaluator as JSON. The JSON protocol reserves magic single-key object shapes (__entity and __extn) for entity references and extension values. When serializing a CedarMap, there is no validation preventing these reserved keys from being used. If an integrating service builds a CedarMap from caller-supplied key/value data (such as request headers, user-defined metadata, or resource tags), an actor who controls those keys could cause the Rust evaluator to interpret a record as an entity reference.

This issue requires the integrating service to build a CedarMap where the an actor controls the keys, and a policy must reference that value in a when/unless clause.

Impacted versions:

< 4.9

Patches

Addressed in CedarJava version 2.3.6, 3.4.1, and 4.9 and above. We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.

Workarounds

Enable schema-based request validation to catch type mismatches. Validate that user-controlled data does not contain reserved keys (__entity or __extn) before building CedarMap objects.

References

If you have any questions or comments about this advisory, we ask that you contact us directly via email to [email protected]. Please do not create a public GitHub issue.

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

Published

June 19, 2026

Last Modified

June 19, 2026

Vendor Advisories for CVE-2026-55772(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)
Maven(1)
PackageVulnerable rangeFixed inDependents
com.cedarpolicy:cedar-java4.0.0 ... 4.8.0 (9 versions)4.9.0

Data Freshness Timeline

(refreshed 13× in last 7d / 33× 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-06 23:19 UTCEG score recompute
  2. 2026-07-06 10:19 UTCEG score recompute
  3. 2026-07-05 21:11 UTCEG score recompute
  4. 2026-07-05 08:12 UTCEG score recompute
  5. 2026-07-04 19:11 UTCEG score recompute
  6. 2026-07-04 06:11 UTCEG score recompute
  7. 2026-07-03 17:11 UTCEG score recompute
  8. 2026-07-03 04:11 UTCEG score recompute
  9. 2026-07-02 15:12 UTCEG score recompute
  10. 2026-07-02 02:10 UTCEG score recompute
  11. 2026-07-01 13:11 UTCEG score recompute
  12. 2026-07-01 00:11 UTCEG score recompute
  13. 2026-06-30 11:09 UTCEG score recompute
  14. 2026-06-29 22:09 UTCEG score recompute
  15. 2026-06-29 09:10 UTCEG score recompute
  16. 2026-06-28 20:11 UTCEG score recompute
  17. 2026-06-28 07:12 UTCEG score recompute
  18. 2026-06-27 18:12 UTCEG score recompute
  19. 2026-06-27 05:12 UTCEG score recompute
  20. 2026-06-26 16:13 UTCEG score recompute
  21. 2026-06-26 03:13 UTCEG score recompute
  22. 2026-06-25 14:14 UTCEG score recompute
  23. 2026-06-25 01:14 UTCEG score recompute
  24. 2026-06-24 12:15 UTCEG score recompute
  25. 2026-06-23 22:59 UTCEG score recompute
Show 8 more
  1. 2026-06-23 09:57 UTCEG score recompute
  2. 2026-06-22 20:57 UTCEG score recompute
  3. 2026-06-22 07:56 UTCEG score recompute
  4. 2026-06-21 18:57 UTCEG score recompute
  5. 2026-06-21 05:57 UTCEG score recompute
  6. 2026-06-20 16:57 UTCEG score recompute
  7. 2026-06-20 03:56 UTCEG score recompute
  8. 2026-06-19 14:56 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-55772?
CVE-2026-55772 is a high vulnerability published on June 19, 2026. CedarJava has type confusion vulnerability Summary CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. Under certain circumstances, improper input handling could allow type confusion across the Java-Rust FFI boundary. Impact…
When was CVE-2026-55772 disclosed?
CVE-2026-55772 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-55772?
CVE-2026-55772 has a CVSS v4.0 base score of 8.8 (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-55772?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55772, 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-55772

Explore →

Is Your Infrastructure Affected by CVE-2026-55772?

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