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

exploitDog

github логотип

GHSA-2hmj-97jw-28jh

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

Описание

Apache ZooKeeper: Insufficient Permission Check in AdminServer Snapshot/Restore Commands

Improper permission checks in the AdminServer allow an authenticated client with insufficient privileges to invoke the snapshot and restore commands. The intended requirement is authentication and authorization on the root path (/) with ALL permission for these operations; however, affected versions permit invocation without that level of authorization. The primary risk is disclosure of cluster state via snapshots to a lesser-privileged client.

  • Affected: org.apache.zookeeper:zookeeper 3.9.0 through 3.9.3.
  • Fixed: 3.9.4 (ZOOKEEPER-4964 “check permissions individually during admin server auth”).
  • Mitigations:
    • Disable both commands (admin.snapshot.enabled, admin.restore.enabled).
    • Disable AdminServer (admin.enableServer).
    • Ensure the root ACL is not open; note that ZooKeeper ACLs are not recursive.
    • Upgrade to 3.9.4.

Пакеты

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

org.apache.zookeeper:zookeeper

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

>= 3.9.0, < 3.9.4

3.9.4

EPSS

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

4.3 Medium

CVSS3

Дефекты

CWE-280

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

CVSS3: 4.3
ubuntu
4 месяца назад

Improper permission check in ZooKeeper AdminServer lets authorized clients to run snapshot and restore command with insufficient permissions. This issue affects Apache ZooKeeper: from 3.9.0 before 3.9.4. Users are recommended to upgrade to version 3.9.4, which fixes the issue. The issue can be mitigated by disabling both commands (via admin.snapshot.enabled and admin.restore.enabled), disabling the whole AdminServer interface (via admin.enableServer), or ensuring that the root ACL does not provide open permissions. (Note that ZooKeeper ACLs are not recursive, so this does not impact operations on child nodes besides notifications from recursive watches.)

CVSS3: 4.3
nvd
4 месяца назад

Improper permission check in ZooKeeper AdminServer lets authorized clients to run snapshot and restore command with insufficient permissions. This issue affects Apache ZooKeeper: from 3.9.0 before 3.9.4. Users are recommended to upgrade to version 3.9.4, which fixes the issue. The issue can be mitigated by disabling both commands (via admin.snapshot.enabled and admin.restore.enabled), disabling the whole AdminServer interface (via admin.enableServer), or ensuring that the root ACL does not provide open permissions. (Note that ZooKeeper ACLs are not recursive, so this does not impact operations on child nodes besides notifications from recursive watches.)

CVSS3: 4.3
debian
4 месяца назад

Improper permission check in ZooKeeper AdminServer lets authorized cli ...

CVSS3: 4.3
fstec
4 месяца назад

Уязвимость команд Snapshot/Restore компонента AdminServer централизованной службы для поддержки информации о конфигурации, именования, обеспечения распределенной синхронизации и предоставления групповых служб Apache ZooKeeper, позволяющая нарушителю выполнить произвольные команды

CVSS3: 4.3
redos
24 дня назад

Уязвимость zookeeper

EPSS

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

4.3 Medium

CVSS3

Дефекты

CWE-280