CVE Catalog

CVE-2026-16544

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

31th percentile - higher than 31% of all known CVEs

Summary

In AWX, the websocket event consumer performs RBAC authorization checks only for event groups mapped in the consumer_access() function. Three event groups (inventory_update_events, project_update_events, system_job_events) are not mapped, causing the authorization check to be skipped. Any authenticated user can subscribe to these groups and receive stdout output from jobs belonging to organizations they have no access to.

Risk Assessment

An authenticated user can gain unauthorized access to job stdout output from organizations they are not permitted to access, leading to disclosure of sensitive information.

Recommendation

Apply patches provided by AWX vendor that map the missing event groups in the consumer_access() function.

Other vulnerabilities in AWX

See all
Original NVD description (English source)

A flaw was found in AWX. The websocket event consumer performs RBAC authorization checks only for event groups that are mapped in the consumer_access() function (job_events, workflow_events, ad_hoc_command_events). Three event groups - inventory_update_events, project_update_events, and system_job_events — are not mapped, causing the authorization check to be skipped. Any authenticated user can subscribe to these unmapped websocket event groups for any object ID and receive real-time stdout output from jobs belonging to organizations they have no access to. This is an incomplete remediation of CVE-2020-10698.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS