Opensearch Data PrepperApplication · Amazon

CVE-2024-55886

MEDIUM · 6.9 CVSS v3.1 Published 2024-12-12
Fix available
A fix is available. Upgrade to 2.10.2 or later.
See remediation →
76/100
Remediation priority · High
Remotely reachable No privileges

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 · unedited
OpenSearch Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale. A vulnerability exists in the OpenTelemetry Logs source in Data Prepper starting inversion 2.1.0 and prior to version 2.10.2 where some custom authentication plugins will not perform authentication. This allows unauthorized users to ingest OpenTelemetry Logs data under certain conditions. This vulnerability does not affect the built-in `http_basic` authentication provider in Data Prepper. Pipelines which use the `http_basic` authentication provider continue to require authentication. The vulnerability exists only for custom implementations of Data Prepper’s `GrpcAuthenticationProvider` authentication plugin which implement the `getHttpAuthenticationService()` method instead of `getAuthenticationInterceptor()`. Data Prepper 2.10.2 contains a fix for this issue. For those unable to upgrade, one may use the built-in `http_basic` authentication provider in Data Prepper and/or add an authentication proxy in front of one's Data Prepper instances running the OpenTelemetry Logs source.

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 confidence

OpenSearch Data Prepper's OpenTelemetry Logs source has an authentication bypass vulnerability in versions 2.1.0 through 2.10.1 where custom implementations of the GrpcAuthenticationProvider plugin that use getHttpAuthenticationService() instead of getAuthenticationInterceptor() fail to perform authentication, allowing unauthorized data ingestion.

MitigationUpgrade to Data Prepper 2.10.2, or alternatively use the built-in http_basic authentication provider, or deploy an authentication proxy in front of Data Prepper instances.

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
Opensearch Data PrepperApplication
Affected:>= 2.1.0, < 2.10.2

CVSS 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
High
Privileges
None
User interaction
Required
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
High

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:H

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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify Data Prepper version
    Locate the Data Prepper installation and check its version (typically found in a version file, docker image tag, or the Data Prepper logs at startup). Compare the version against the affected range: 2.1.0 through 2.10.1.
    Affected if The installed version is >= 2.1.0 and < 2.10.2 (or 2.10.1)
  2. Confirm OpenTelemetry Logs source is in use
    Examine the Data Prepper pipeline configuration file (pipelines.yaml) and check whether the otel_logs_source component is defined and enabled.
    Affected if The OpenTelemetry Logs source (otel_logs_source) is configured in the active pipeline configuration.
  3. Identify custom GrpcAuthenticationProvider plugins
    Review the Data Prepper plugins directory for custom implementations of the GrpcAuthenticationProvider interface. Check for JAR files or custom code not part of the standard Data Prepper distribution.
    Affected if Custom GrpcAuthenticationProvider plugin JARs or classes are present in the Data Prepper plugins directory.
  4. Inspect custom plugin implementation method
    If custom GrpcAuthenticationProvider plugins exist, decompile or review the source code to determine whether the plugin implements getHttpAuthenticationService() rather than getAuthenticationInterceptor() for authentication.
    Affected if The custom GrpcAuthenticationProvider implements getHttpAuthenticationService() (instead of getAuthenticationInterceptor()) and this method is invoked by the otel_logs_source.

A user is affected if running Data Prepper 2.1.0-2.10.1 with the OpenTelemetry Logs source enabled and a custom GrpcAuthenticationProvider plugin that relies on getHttpAuthenticationService() instead of getAuthenticationInterceptor().

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 2.10.2 or later
Fixed in 2.10.2
Interim mitigation

Upgrade to Data Prepper 2.10.2, or alternatively use the built-in http_basic authentication provider, or deploy an authentication proxy in front of Data Prepper instances.

Recommended fix High confidence

2.10.2

  1. 1. Identify the current version of OpenSearch Data Prepper by checking the deployed version or configuration.
  2. 2. Download OpenSearch Data Prepper version 2.10.2 from the official GitHub releases or package repository.
  3. 3. Stop the running Data Prepper service.
  4. 4. Replace the existing Data Prepper installation with version 2.10.2.
  5. 5. Update any pipeline configurations to reference version 2.10.2 if necessary.
  6. 6. Restart the Data Prepper service.
  7. 7. Verify that the OpenTelemetry Logs source is now properly enforcing authentication for custom authentication plugins.

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Opensearch Data Prepper Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-55886 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-55886 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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