Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-4r9r-4425-74p7

Опубликовано: 28 июл. 2026
Источник: github
Github: Прошло ревью
CVSS3: 8.8

Описание

Cedar-Java has policy injection, type confusion, and incorrect equality comparison vulnerabilities

Summary

CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. Under certain circumstances, it could lead to incorrect equality comparisons.

Impact

EntityIdentifier.equals() has inverted null/self branches

The EntityIdentifier.equals() method has inverted logic for null and self-reference checks, returning true for null comparisons and false for self-comparisons. This does not affect Cedar authorization decisions (computed in Rust from JSON), but could affect integrators who perform their own equality checks on entity identifiers.

Impacted versions:

< 4.9

Patches

It has been addressed in CedarJava version 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

Avoid relying on EntityIdentifier.equals() for security-sensitive comparisons until upgraded to version 4.9.

References

If you have any questions or comments about this advisory, Cedar asks that you contact us directly via email to cedar-policy-security@lists.cncf.io. Please do not create a public GitHub issue.

Пакеты

Наименование

com.cedarpolicy:cedar-java

maven
Затронутые версииВерсия исправления

< 2.3.6

2.3.6

Наименование

com.cedarpolicy:cedar-java

maven
Затронутые версииВерсия исправления

>= 3.1.2, < 3.4.1

3.4.1

Наименование

com.cedarpolicy:cedar-java

maven
Затронутые версииВерсия исправления

>= 4.0.0, < 4.9.0

4.9.0

EPSS

Процентиль: 45%
0.00575
Низкий

8.8 High

CVSS3

Дефекты

CWE-697
CWE-843
CWE-94

Связанные уязвимости

CVSS3: 8.8
nvd
2 месяца назад

CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. In versions prior to 4.9.0, the EntityIdentifier.equals() has inverted null/self branches which could lead to incorrect equality comparisons. The EntityIdentifier.equals() method has inverted logic for null and self-reference checks, returning true for null comparisons and false for self-comparisons. This does not affect Cedar authorization decisions (computed in Rust from JSON), but could affect integrators who perform their own equality checks on entity identifiers. This issue has been fixed in version 4.9.0.

EPSS

Процентиль: 45%
0.00575
Низкий

8.8 High

CVSS3

Дефекты

CWE-697
CWE-843
CWE-94