CVE-2024-45043

MEDIUM EPSS 38.4%
Published Aug 28, 20241y ago · Modified Jun 17, 20262w ago
5.3 CVSS 3.1
Medium
Find Similar
Published Aug 28, 2024 1y ago
Last Modified Jun 17, 2026 2w ago

Description

The OpenTelemetry Collector module AWS firehose receiver is for ingesting AWS Kinesis Data Firehose delivery stream messages and parsing the records received based on the configured record type. `awsfirehosereceiver` allows unauthenticated remote requests, even when configured to require a key. OpenTelemetry Collector can be configured to receive CloudWatch metrics via an AWS Firehose Stream. Firehose sets the header `X-Amz-Firehose-Access-Key` with an arbitrary configured string. The OpenTelemetry Collector awsfirehosereceiver can optionally be configured to require this key on incoming requests. However, when this is configured it **still accepts incoming requests with no key**. Only OpenTelemetry Collector users configured with the “alpha” `awsfirehosereceiver` module are affected. This module was added in version v0.49.0 of the “Contrib” distribution (or may be included in custom builds). There is a risk of unauthorized users writing metrics. Carefully crafted metrics could hide other malicious activity. There is no risk of exfiltrating data. It’s likely these endpoints will be exposed to the public internet, as Firehose does not support private HTTP endpoints. A fix was introduced in PR #34847 and released with v0.108.0. All users are advised to upgrade. There are no known workarounds for this vulnerability.

CVSS Details

Base Score
5.3
Exploitability
3.9
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
38.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 2

CWE-200 Exposure of Sensitive Information to an Unauthorized Actor Information Exposure
CWE-863 Incorrect Authorization Authorization

References 9

  • docs.aws.amazon.com https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-http
  • docs.aws.amazon.com https://docs.aws.amazon.com/firehose/latest/dev/httpdeliveryrequestresponse.html
  • github.com https://github.com/open-telemetry/opentelemetry-collector#alpha
  • github.com https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34847
  • github.com https://github.com/open-telemetry/opentelemetry-collector-contrib/security/advisories/GHSA-prf6-xjxh-p698
  • github.com https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awsfirehosereceiver
  • github.com https://github.com/open-telemetry/opentelemetry-collector-releases/pull/74
  • github.com https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.108.0
  • github.com https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.