CVE-2023-34240 – Weak passwords allowed in cloudexplorer-lite
https://notcve.org/view.php?id=CVE-2023-34240
Cloudexplorer-lite is an open source cloud software stack. Weak passwords can be easily guessed and are an easy target for brute force attacks. This can lead to an authentication system failure and compromise system security. Versions of cloudexplorer-lite prior to 1.2.0 did not enforce strong passwords. This vulnerability has been fixed in version 1.2.0. • https://github.com/CloudExplorer-Dev/CloudExplorer-Lite/security/advisories/GHSA-px4m-5j22-5mw4 • CWE-521: Weak Password Requirements •
CVE-2023-3423 – Weak Password Requirements in cloudexplorer-dev/cloudexplorer-lite
https://notcve.org/view.php?id=CVE-2023-3423
Weak Password Requirements in GitHub repository cloudexplorer-dev/cloudexplorer-lite prior to v 1.2.0. • https://github.com/cloudexplorer-dev/cloudexplorer-lite/commit/7d4dab60352079953b7be120afe9bd14983ae3bc https://huntr.dev/bounties/dd19c7d0-70f1-4d86-a552-611dfa8e0139 • CWE-521: Weak Password Requirements •
CVE-2023-32316 – Users can add themselves to any organization in CloudExplorer Lite
https://notcve.org/view.php?id=CVE-2023-32316
CloudExplorer Lite is an open source cloud management tool. In affected versions users can add themselves to any organization in CloudExplorer Lite. This is due to a missing permission check on the user profile. It is recommended to upgrade the version to v1.1.0. There are no known workarounds for this vulnerability. • https://github.com/CloudExplorer-Dev/CloudExplorer-Lite/security/advisories/GHSA-cp3j-437h-4vwj • CWE-862: Missing Authorization •
CVE-2023-32311 – The CloudExplorer Lite missing permissions check
https://notcve.org/view.php?id=CVE-2023-32311
CloudExplorer Lite is an open source cloud management platform. In CloudExplorer Lite prior to version 1.1.0 users organization/workspace permissions are not properly checked. This allows users to add themselves to any organization. This vulnerability has been fixed in v1.1.0. Users are advised to upgrade. • https://github.com/CloudExplorer-Dev/CloudExplorer-Lite/security/advisories/GHSA-hxjq-g9qv-pwq5 • CWE-862: Missing Authorization •
CVE-2022-42225
https://notcve.org/view.php?id=CVE-2022-42225
Jumpserver 2.10.0 <= version <= 2.26.0 contains multiple stored XSS vulnerabilities because of improper filtering of user input, which can execute any javascript under admin's permission. • https://gist.github.com/bybit-sec/eb750c1d906c89e97092b29015472738 https://github.com/jumpserver/lina/blob/v2.10.0/src/views/settings/SystemMessageSubscription/SelectDialog.vue#L43 https://github.com/jumpserver/lina/blob/v2.11.0/src/layout/components/NavHeader/SiteMessages.vue#L40 https://github.com/jumpserver/lina/blob/v2.26.0/src/views/tickets/components/Comments.vue#L16 https://github.com/jumpserver/lina/pull/2264 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •