CVE-2024-29024 – JumpServer Direct Object Reference (IDOR) Vulnerability in File Manager Bulk Transfer Functionality
https://notcve.org/view.php?id=CVE-2024-29024
JumpServer is an open source bastion host and an operation and maintenance security audit system. An authenticated user can exploit the Insecure Direct Object Reference (IDOR) vulnerability in the file manager's bulk transfer by manipulating job IDs to upload malicious files, potentially compromising the integrity and security of the system. This vulnerability is fixed in v3.10.6. JumpServer es un host bastión de código abierto y un sistema de auditoría de seguridad de operación y mantenimiento. Un usuario autenticado puede aprovechar la vulnerabilidad de referencia directa de objetos inseguros (IDOR) en la transferencia masiva del administrador de archivos manipulando los ID de los trabajos para cargar archivos maliciosos, comprometiendo potencialmente la integridad y seguridad del sistema. Esta vulnerabilidad se solucionó en v3.10.6. • https://github.com/jumpserver/jumpserver/security/advisories/GHSA-8wqm-rfc7-q27q • CWE-639: Authorization Bypass Through User-Controlled Key •
CVE-2024-24763 – JumpServer Open Redirect Vulnerability
https://notcve.org/view.php?id=CVE-2024-24763
JumpServer is an open source bastion host and an operation and maintenance security audit system. Prior to version 3.10.0, attackers can exploit this vulnerability to construct malicious links, leading users to click on them, thereby facilitating phishing attacks or cross-site scripting attacks. Version 3.10.0 contains a patch for this issue. No known workarounds are available. JumpServer es un host bastión de código abierto y un sistema de auditoría de seguridad de operación y mantenimiento. • https://github.com/jumpserver/jumpserver/releases/tag/v3.10.0 https://github.com/jumpserver/jumpserver/security/advisories/GHSA-p2mq-cm25-g4m5 • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') •
CVE-2023-46138 – JumpServer default admin user email leak password reset
https://notcve.org/view.php?id=CVE-2023-46138
JumpServer is an open source bastion host and maintenance security audit system that complies with 4A specifications. Prior to version 3.8.0, the default email for initial user admin is `admin[@]mycompany[.]com`, and users reset their passwords by sending an email. Currently, the domain `mycompany.com` has not been registered. However, if it is registered in the future, it may affect the password reset functionality. This issue has been patched in version 3.8.0 by changing the default email domain to `example.com`. • https://github.com/jumpserver/jumpserver/commit/15a5dda9e0cdbe2ac618a6b2a09df8928f485c88 https://github.com/jumpserver/jumpserver/security/advisories/GHSA-9mrc-75cv-46cq • CWE-640: Weak Password Recovery Mechanism for Forgotten Password •
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 •