CVE-2024-45219

Published Oct 16, 2024

Last updated a month ago

Overview

Description
Account users in Apache CloudStack by default are allowed to upload and register templates for deploying instances and volumes for attaching them as data disks to their existing instances. Due to missing validation checks for KVM-compatible templates or volumes in CloudStack 4.0.0 through 4.18.2.3 and 4.19.0.0 through 4.19.1.1, an attacker that can upload or register templates and volumes, can use them to deploy malicious instances or attach uploaded volumes to their existing instances on KVM-based environments and exploit this to gain access to the host filesystems that could result in the compromise of resource integrity and confidentiality, data loss, denial of service, and availability of KVM-based infrastructure managed by CloudStack. Users are recommended to upgrade to Apache CloudStack 4.18.2.4 or 4.19.1.2, or later, which addresses this issue. Additionally, all user-uploaded or registered KVM-compatible templates and volumes can be scanned and checked that they are flat files that should not be using any additional or unnecessary features. For example, operators can run this on their secondary storage(s) and inspect output. An empty output for the disk being validated means it has no references to the host filesystems; on the other hand, if the output for the disk being validated is not empty, it might indicate a compromised disk. for file in $(find /path/to/storage/ -type f -regex [a-f0-9\-]*.*); do echo "Retrieving file [$file] info. If the output is not empty, that might indicate a compromised disk; check it carefully."; qemu-img info -U $file | grep file: ; printf "\n\n"; done The command can also be run for the file-based primary storages; however, bear in mind that (i) volumes created from templates will have references for the templates at first and (ii) volumes can be consolidated while migrating, losing their references to the templates. Therefore, the command execution for the primary storages can show both false positives and false negatives. For checking the whole template/volume features of each disk, operators can run the following command: for file in $(find /path/to/storage/ -type f -regex [a-f0-9\-]*.*); do echo "Retrieving file [$file] info."; qemu-img info -U $file; printf "\n\n"; done
Source
security@apache.org
NVD status
Awaiting Analysis

Risk scores

CVSS 3.1

Type
Secondary
Base score
8.5
Impact score
6
Exploitability score
1.8
Vector string
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
Severity
HIGH

Weaknesses

security@apache.org
CWE-20
134c704f-9b21-4f2e-91b3-4a467353bcc0
CWE-116

Social media

Hype score
Not currently trending
  1. Apache CloudStack の脆弱性 CVE-2024-45219 などが FIX:直ちにアップデートを! https://t.co/PCkdzaSCXP #Apache #Cloud #CloudStack #IaaS #OpenSource #Vulnerability

    @iototsecnews

    25 Oct 2024

    183 Impressions

    2 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  2. CVE-2024-45219 (CVSS:8.5, HIGH) is Awaiting Analysis. Account users in Apache CloudStack by default are allowed to upload and register templates for deploying instances and v..https://t.co/n4bOyfXJqN #cybersecurityawareness #cybersecurity #CVE #infosec #hacker #nvd #mitre

    @cracbot

    21 Oct 2024

    2 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  3. Apache CloudStack Patches Critical Security Flaws in Latest Release Learn about the latest security releases from #Apache #CloudStack. Find out how CVE-2024-45219 could compromise KVM-based infrastructure. https://t.co/sikSVn4igv

    @the_yellow_fall

    39 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  4. ⚠️⚠️ Apache CloudStack Patches Critical Security Flaws in Latest Release CVE-2024-45219,CVE-2024-45693,CVE-2024-45461 and CVE-2024-45462 Strongly recommends that users upgrade to versions 4.18.2.4 or 4.19.1.2 🎯1k+ Results are found on the https://t.co/pb16tGYaKe nearly year.… h

    @fofabot

    696 Impressions

    0 Retweets

    6 Likes

    2 Bookmarks

    0 Replies

    0 Quotes

  5. The Apache CloudStack project has announced an advisory against CVE-2024-45219 (severity ‘Important’), CVE-2024-45461 (severity ‘Moderate’), CVE-2024-45462 (severity ‘Moderate’) and CVE-2024-45693 (severity ‘Important’). Read our blog to learn more: https://t.co/6jOZHaeBTI

    @shapeblue

    175 Impressions

    4 Retweets

    3 Likes

    0 Bookmarks

    0 Replies

    1 Quote

  6. Warning: High Improper Input Validation (CVE-2024-45219 / CVSS: 8.5) and Cross-Site Request Forgery (CVE-2024-45693 / CVSS: 8) in @CloudStack. These vulnerabilities allows to deploy malicious instances, which in turn can lead to account takeover! #Patch https://t.co/waqwU0NLM4

    @CCBalert

    130 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  7. Apache CloudStack fixes several vulnerabilities #CVE-2024-45219 #CVE-2024-45693 #ApacheCloudstack https://t.co/ARyXGAkSbQ

    @pravin_karthik

    19 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  8. CVE-2024-45219 Account users in Apache CloudStack by default are allowed to upload and register templates for deploying instances and volumes for attaching them as data disks to the… https://t.co/HQNUZfIiWn

    @CVEnew

    369 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes