CVE Catalog

CVE-2026-84713

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

A flaw in the automation-controller notification subsystem causes the recipient value from NotificationTemplate.notification_configuration to be copied in clear text into the unprotected Notification.recipients field on every send. Because the credential-types endpoint is listable by any authenticated user and the API filter backend traverses object relations without per-hop authorization, a user with no privileges can use a relational filter as a boolean count-oracle to recover, character by character and across organizations, the secret recipient values of other tenants' notifications, including PagerDuty service keys and Slack/Mattermost/RocketChat/Webhook bearer-token URLs. This flaw affects confidentiality.

Risk Assessment

A low-privileged attacker can exfiltrate secret keys and tokens of other organizations' notification integrations, enabling impersonation of services and further attacks. This is a serious cross-tenant confidentiality breach.

Recommendation

Update automation-controller to a version that does not copy clear-text recipient values into the unprotected field and enforces authorization at every relation hop in API filters. Consider rotating any exposed PagerDuty keys and Slack/Mattermost/RocketChat/Webhook tokens.

Other vulnerabilities in automation-controller

See all
Original NVD description (English source)

A flaw was found in the automation-controller notification subsystem. Although NotificationTemplate.notification_ configuration is protected from API filtering, its recipient value is copied in clear text into the unprotected Notification.recipients field on every send. Because the credential-types endpoint is listable by any authenticated user and the API filter backend traverses object relations without per-hop authorization, a user with no privileges can use a relational filter as a boolean count-oracle to recover, character by character and across organizations, the secret recipient values of other tenants' notifications — including PagerDuty service keys and Slack/Mattermost/RocketChat/Webhook bearer-token URLs. This flaw affects confidentiality.

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