CVE-2024-29007
04.04.2024, 08:15
The CloudStack management server and secondary storage VM could be tricked into making requests to restricted or random resources by means of following 301 HTTP redirects presented by external servers when downloading templates or ISOs. Users are recommended to upgrade to version 4.18.1.1 or 4.19.0.1, which fixes this issue.
Vendor | Product | Version |
---|---|---|
apache | cloudstack | 4.9.1.0 ≤ 𝑥 < 4.18.1.1 |
apache | cloudstack | 4.19.0.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-918 - Server-Side Request Forgery (SSRF)The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
- CWE-59 - Improper Link Resolution Before File Access ('Link Following')The software attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.