A missing authorization vulnerability was found in the Event-Driven Ansible (EDA) websocket API. The /api/eda/ws/ansible-rulebook endpoint does not verify user permissions when processing Worker messages. Any authenticated user can send a forged message with an arbitrary activation_id to receive plaintext credentials associated with that activation, including OAuth tokens, vault passwords, and SSH keys.
The following practices would help for reducing or avoiding the exposure to this flaw:
1) Restrict network access to the EDA websocket endpoint.
2) Review and limit user accounts with any level of Ansible Automation Platform authentication until the fix is applied.