CVE-2023-43651
published 2023-09-27CVE-2023-43651: JumpServer is an open source bastion host. An authenticated user can exploit a vulnerability in MongoDB sessions to execute arbitrary commands, leading to…
PriorityP271critical9.9CVSS 3.1
AVNACLPRLUINSCCHIHAH
EPSS
1.72%
74.6th percentile
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.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| fit2cloud | jumpserver | >= 2.0.0 < 2.28.20 | 2.28.20 |
| fit2cloud | jumpserver | >= 3.0.0 < 3.7.1 | 3.7.1 |
| github.com | jumpserver_koko | >= 2.0.0 < 2.28.20 | 2.28.20 |
| github.com | jumpserver_koko | >= 3.0.0 < 3.7.1 | 3.7.1 |
| jumpserver | jumpserver | — | — |
| jumpserver | jumpserver | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Jumpserver Koko vulnerable to remote code execution on the host system via MongoDB shell
ghsa·2023-10-24
CVE-2023-43651 [MEDIUM] CWE-94 Jumpserver Koko vulnerable to remote code execution on the host system via MongoDB shell
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
OSV
Jumpserver Koko vulnerable to remote code execution on the host system via MongoDB shell
osv·2023-10-24
CVE-2023-43651 [MEDIUM] Jumpserver Koko vulnerable to remote code execution on the host system via MongoDB shell
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
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2023-09-27
Published