CVE-2026-12382

Summary

A flaw was found in the AAP Gateway Envoy proxy configuration. The non-mTLS route to EDA event streams does not remove the Subject HTTP header from client requests, despite the source code defining requestHeadersToRemove for this header. An unauthenticated remote attacker can inject a spoofed Subject header matching a legitimate client certificate DN to bypass mTLS authentication and inject arbitrary events into protected EDA event streams.

Affected Software

VendorProductVersion RangeStatus

Weaknesses

  • CWE-290: Authentication Bypass by Spoofing

Workarounds

The following practices would help for avoiding exposure and mitigate this flaw:

  • Restrict network access to the non-mTLS EDA event stream route (/eda-event-streams/) at the firewall or load balancer level, allowing only trusted internal sources.
  • If mTLS-protected event streams are in use, ensure that only the /mtls/eda-event-streams/ route is accessible from untrusted networks.
  • Monitor EDA event stream activity for unexpected events_received counter increases that may indicate unauthorized event injection.
  • Review Envoy proxy logs for requests to the non-mTLS event stream route from unexpected source IPs.

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References