CVE-2023-46123 – jumpserver is vulnerable to password brute-force protection bypass via arbitrary IP values
https://notcve.org/view.php?id=CVE-2023-46123
jumpserver is an open source bastion machine, professional operation and maintenance security audit system that complies with 4A specifications. A flaw in the Core API allows attackers to bypass password brute-force protections by spoofing arbitrary IP addresses. By exploiting this vulnerability, attackers can effectively make unlimited password attempts by altering their apparent IP address for each request. This vulnerability has been patched in version 3.8.0. jumpserver es una máquina bastión de código abierto, un sistema profesional de auditoría de seguridad de operación y mantenimiento que cumple con las especificaciones 4A. Una falla en la API principal permite a los atacantes eludir las protecciones de fuerza bruta de las contraseñas falsificando direcciones IP arbitrarias. • https://github.com/jumpserver/jumpserver/releases/tag/v3.8.0 https://github.com/jumpserver/jumpserver/security/advisories/GHSA-hvw4-766m-p89f • CWE-307: Improper Restriction of Excessive Authentication Attempts •
CVE-2023-42818 – SSH public key login without private key challenge if mfa is enabled in jumpserver
https://notcve.org/view.php?id=CVE-2023-42818
JumpServer is an open source bastion host. When users enable MFA and use a public key for authentication, the Koko SSH server does not verify the corresponding SSH private key. An attacker could exploit a vulnerability by utilizing a disclosed public key to attempt brute-force authentication against the SSH service This issue has been patched in versions 3.6.5 and 3.5.6. Users are advised to upgrade. There are no known workarounds for this issue. • https://github.com/jumpserver/jumpserver/security/advisories/GHSA-jv3c-27cv-w8jv • CWE-287: Improper Authentication CWE-307: Improper Restriction of Excessive Authentication Attempts •
CVE-2023-43651 – Remote code execution on the host system via MongoDB shell in jumpserver
https://notcve.org/view.php?id=CVE-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 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. • https://github.com/jumpserver/jumpserver/security/advisories/GHSA-4r5x-x283-wm96 • CWE-94: Improper Control of Generation of Code ('Code Injection') •
CVE-2023-43650 – Non-MFA account takeover via brute-force attack on weak password reset code in jumpserver
https://notcve.org/view.php?id=CVE-2023-43650
JumpServer is an open source bastion host. The verification code for resetting user's password is vulnerable to brute-force attacks due to the absence of rate limiting. JumpServer provides a feature allowing users to reset forgotten passwords. Affected users are sent a 6-digit verification code, ranging from 000000 to 999999, to facilitate the password reset. Although the code is only available in 1 minute, this window potentially allows for up to 1,000,000 validation attempts. • https://github.com/jumpserver/jumpserver/security/advisories/GHSA-mwx4-8fwc-2xvw • CWE-640: Weak Password Recovery Mechanism for Forgotten Password •
CVE-2023-43652 – Non-MFA account takeover via using only SSH public key to login in jumpserver
https://notcve.org/view.php?id=CVE-2023-43652
JumpServer is an open source bastion host. As an unauthenticated user, it is possible to authenticate to the core API with a username and an SSH public key without needing a password or the corresponding SSH private key. An SSH public key should be considered public knowledge and should not used as an authentication secret alone. JumpServer provides an API for the KoKo component to validate user private key logins. This API does not verify the source of requests and will generate a personal authentication token. • https://github.com/jumpserver/jumpserver/security/advisories/GHSA-fr8h-xh5x-r8g9 • CWE-862: Missing Authorization •