Lucene search

K
vulnrichmentApacheVULNRICHMENT:CVE-2024-39864
HistoryJul 05, 2024 - 1:40 p.m.

CVE-2024-39864 Apache CloudStack: Integration API service uses dynamic port when disabled

2024-07-0513:40:37
CWE-94
CWE-665
apache
github.com
4
cloudstack
api service
dynamic port
unauthenticated access
security vulnerability
upgrade

AI Score

8

Confidence

Low

EPSS

0.002

Percentile

56.6%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total

The CloudStack integration API service allows running its unauthenticated API server (usually on port 8096 when configured and enabled via integration.api.port global setting) for internal portal integrations and for testing purposes. By default, the integration API service port is disabled and is considered disabled when integration.api.port is set to 0 or negative. Due to an improper initialisation logic, the integration API service would listen on a random port when its port value is set to 0 (default value).ย An attacker that can access the CloudStack management network could scan and find the randomised integration API service port and exploit it to perform unauthorised administrative actions and perform remote code execution on CloudStack managed hosts and result in completeย compromise of the confidentiality, integrity, and availability of CloudStack managed infrastructure.

Users are recommended to restrict the network access on the CloudStack management server hosts to only essential ports. Users are recommended to upgrade to version 4.18.2.1, 4.19.0.2 or later, which addresses this issue.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:apache_software_foundation:apache_cloudstack:*:*:*:*:*:*:*:*"
    ],
    "vendor": "apache_software_foundation",
    "product": "apache_cloudstack",
    "versions": [
      {
        "status": "affected",
        "version": "4.0.0",
        "versionType": "custom",
        "lessThanOrEqual": "4.18.2.0"
      },
      {
        "status": "affected",
        "version": "4.19.0.0",
        "versionType": "custom",
        "lessThanOrEqual": "4.19.0.1"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

8

Confidence

Low

EPSS

0.002

Percentile

56.6%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total

Related for VULNRICHMENT:CVE-2024-39864