Description
A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
Published: 2026-07-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Event‑Driven Ansible (EDA) server’s ExternalEventStreamViewSet allows requests that provide any Subject header without verification, because permission classes permit unauthenticated access. The view trusts the Subject header value for mTLS authentication and leaks the expected certificate Distinguished Name in a 403 error, enabling an attacker who can reach the EDA API endpoint to spoof the Subject header and inject arbitrary events into protected event streams. These injected events can trigger downstream automation workflows, potentially granting the attacker the ability to execute commands on managed hosts. The weakness is a form of CWE‑345, an authorization bypass.

Affected Systems

Red Hat Ansible Automation Platform 2 is affected. The vulnerability applies to the EDA component of the platform, version 2 (indicated by the CPE for Ansible Automation Platform 2). No other product versions are listed as affected.

Risk and Exploitability

The CVSS score of 7.5 classifies this issue as high severity. Although the EPSS score is < 1%, the lack of a KEV listing suggests that exploitation is not yet widely reported in the wild. The flaw is remotely exploitable over the EDA API HTTP endpoint; an attacker needs network connectivity to the service and the ability to send HTTP requests with a forged Subject header. Because the server trusts this header and does not validate that it originates from a trusted proxy, an attacker can bypass authentication entirely. Mitigations from the vendor include restricting external access, routing traffic through the AAP Gateway with mutual TLS, and monitoring event streams for abnormal activity. Until a patch is available, applying the vendor‑provided workaround is recommended.

Generated by OpenCVE AI on August 3, 2026 at 16:55 UTC.

Remediation

Vendor Workaround

The following practices would help for avoiding exposure and mitigate this flaw: - Ensure the EDA server is not directly accessible from untrusted networks; all traffic should route through the AAP Gateway which should perform mTLS validation. - If possible, configure network-level access controls to restrict which source IPs can reach the EDA backend API. - Monitor EDA event streams for unexpected events_received counter changes. - Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.


OpenCVE Recommended Actions

  • Ensure the EDA server is not directly accessible from untrusted networks; route all traffic through the AAP Gateway which performs mTLS validation.
  • If possible, configure network‑level access controls to restrict which source IPs can reach the EDA backend API.
  • Monitor EDA event streams for unexpected events_received counter changes.
  • Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.

Generated by OpenCVE AI on August 3, 2026 at 16:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Redhat ansible Automation Platform Developer
Redhat ansible Automation Platform Inside
CPEs cpe:/a:redhat:ansible_automation_platform:2 cpe:/a:redhat:ansible_automation_platform:2.5::el8
cpe:/a:redhat:ansible_automation_platform:2.5::el9
cpe:/a:redhat:ansible_automation_platform:2.6::el10
cpe:/a:redhat:ansible_automation_platform:2.6::el9
cpe:/a:redhat:ansible_automation_platform_developer:2.5::el8
cpe:/a:redhat:ansible_automation_platform_developer:2.5::el9
cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10
cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9
cpe:/a:redhat:ansible_automation_platform_inside:2.5::el8
cpe:/a:redhat:ansible_automation_platform_inside:2.5::el9
cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9
Vendors & Products Redhat ansible Automation Platform Developer
Redhat ansible Automation Platform Inside
References

Tue, 04 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
CPEs cpe:/a:redhat:ansible_automation_platform:2.7::el9
References

Tue, 28 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
Title Eda-server: externaleventstreamviewset trusts subject header without validation and leaks expected dn
First Time appeared Redhat
Redhat ansible Automation Platform
Weaknesses CWE-345
CPEs cpe:/a:redhat:ansible_automation_platform:2
Vendors & Products Redhat
Redhat ansible Automation Platform
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

Redhat Ansible Automation Platform Ansible Automation Platform Developer Ansible Automation Platform Inside
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-04T20:48:52.041Z

Reserved: 2026-06-16T10:07:26.251Z

Link: CVE-2026-12383

cve-icon Vulnrichment

Updated: 2026-07-27T19:31:55.988Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-27T19:17:14.820

Modified: 2026-08-04T21:16:34.993

Link: CVE-2026-12383

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-27T19:04:53Z

Links: CVE-2026-12383 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T17:00:06Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity