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

exploitDog

github логотип

GHSA-4r5x-x283-wm96

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

Описание

Jumpserver Koko vulnerable to remote code execution on the host system via MongoDB shell

Impact

An authenticated user can exploit a vulnerability in MongoDB sessions to execute arbitrary commands, leading to remote code execution. This vulnerability may further be leveraged to gain root privileges on the host system.

Details

Through the WEB CLI interface provided by koko, a user logs into the authorized mongoDB database and exploits the MongoDB session to execute arbitrary commands.

admin> const { execSync } = require("child_process") admin> console.log(execSync("id; hostname;").toString()) uid=0(root) gid=0(root) groups=0(root) jms_koko admin>

Patches

Safe versions:

  • v2.28.20
  • v3.7.1

Workarounds

It is recommended to upgrade the safe versions.

After upgrade, you can use the same method to check whether the vulnerability is fixed.

admin> console.log(execSync("id; hostname;").toString()) /bin/sh: line 1: /bin/hostname: Permission denied

References

Thanks for Oskar Zeino-Mahmalat of Sonar found and report this vulnerability

Пакеты

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

github.com/jumpserver/koko

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

>= 2.0.0, < 2.28.20

2.28.20

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

github.com/jumpserver/koko

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

>= 3.0.0, < 3.7.1

3.7.1

EPSS

Процентиль: 94%
0.13919
Средний

6.4 Medium

CVSS3

Дефекты

CWE-94

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

CVSS3: 8.5
nvd
больше 2 лет назад

JumpServer is an open source bastion host. An authenticated user can exploit a vulnerability in MongoDB sessions to execute arbitrary commands, leading to remote code execution. This vulnerability may further be leveraged to gain root privileges on the system. Through the WEB CLI interface provided by the koko component, a user logs into the authorized mongoDB database and exploits the MongoDB session to execute arbitrary commands. This vulnerability has been addressed in versions 2.28.20 and 3.7.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVSS3: 9.9
fstec
больше 2 лет назад

Уязвимость интерфейса WEB CLI (компонент koko) системы аудита безопасности эксплуатации и обслуживания JumpServer, позволяющая нарушителю выполнить произвольные команды

EPSS

Процентиль: 94%
0.13919
Средний

6.4 Medium

CVSS3

Дефекты

CWE-94