CVE-2024-45461
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe CloudStack Quota feature allows cloud administrators to implement a quota or usage limit system for cloud resources, and is disabled by default. In environments where the feature is enabled, due to missing access check enforcements, non-administrative CloudStack user accounts are able to access and modify quota-related configurations and data. This issue affects Apache CloudStack from 4.7.0 through 4.18.2.3; and from 4.19.0.0 through 4.19.1.1, where the Quota feature is enabled. Users are recommended to upgrade to Apache CloudStack 4.18.2.4 or 4.19.1.2, or later, which addresses this issue. Alternatively, users that do not use the Quota feature are advised to disabled the plugin by setting the global setting "quota.enable.service" to "false".
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceApache CloudStack's Quota feature, used for implementing resource usage limits, lacks proper access control enforcement. Non-administrative user accounts can access and modify quota-related configurations and data due to missing authorization checks, allowing privilege escalation in environments where the feature is enabled.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 4.7.0, < 4.18.2.4>= 4.19.0.0, < 4.19.1.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the installed Apache CloudStack versionLocate the CloudStack management server version by checking the package version (e.g., rpm -q cloudstack-management) or via the CloudStack API using the 'listVersions' API command. Compare this version against the affected ranges: >= 4.7.0 and < 4.18.2.4, or >= 4.19.0.0 and < 4.19.1.2.Affected if The installed version falls within any of the affected version ranges.
-
Verify if the Quota service is enabledQuery the CloudStack global setting 'quota.enable.service' via the API using the 'listConfigurations' command with name='quota.enable.service', or review the configuration file on the management server.Affected if The configuration value is set to 'true' or is not explicitly set to 'false'.
-
Confirm the Quota plugin is loadedCheck if the Quota plugin is listed as an active service by invoking the 'listApis' command filtered for 'quota' or by reviewing the plugin registry if accessible through the admin interface.Affected if The Quota API commands are available and respond to non-administrative user accounts.
-
Test non-administrative access to quota endpointsUsing a non-admin user account, attempt to invoke quota-related API commands such as 'quotaUsage', 'quotaBalance', or 'quotaTemplate' to verify if authorization is enforced.Affected if Non-admin users can successfully execute quota API calls without receiving an authorization error.
A user is affected if their CloudStack installation runs an affected version AND has the Quota service enabled, allowing non-admin accounts to access quota operations.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped4.18.2.44.19.1.2
Upgrade to Apache CloudStack 4.18.2.4 or 4.19.1.2 or later to receive the access control fix, or alternatively disable the Quota plugin by setting the global setting 'quota.enable.service' to 'false' if the feature is not required.
Apache CloudStack 4.18.2.4 or 4.19.1.2 (or later)
- Plan and schedule a maintenance window for the CloudStack upgrade
- Backup the CloudStack database and all configuration files before proceeding
- Determine current version: if on 4.7.0 through 4.18.2.3, upgrade to 4.18.2.4; if on 4.19.0.0 through 4.19.1.1, upgrade to 4.19.1.2
- Download the appropriate Apache CloudStack release from the official Apache CloudStack repository
- Follow the official CloudStack upgrade guide to perform the upgrade
- After upgrade, verify the Quota service is functioning correctly and non-admin users can no longer access quota configurations
- As an alternative if the Quota feature is not needed, navigate to Global Settings and set 'quota.enable.service' to 'false', then restart the management server
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-45461 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-45461 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data