SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-12383

HIGH · CVSS 7.5 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-07-27 · Last synced 2026-08-26

CyberRota Analysis

AI-Generated

The Event-Driven Ansible (EDA) server is vulnerable due to permissive access controls and reliance on the Subject HTTP header for mTLS authentication without proper verification, allowing attackers to spoof headers and inject arbitrary events into protected event streams. This flaw could lead to unauthorized automation actions, posing significant risks to system integrity and operational security. Organizations utilizing EDA should prioritize patching this vulnerability to mitigate potential exploitation.

CVE
CVE-2026-12383
Severity
HIGH
CVSS
7.5
EPSS
0.16%

Original NVD 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.