CVE-2026-71463: Automation-controller: automation-controller-container: automation-controller: notification template jinja whitelist bypass via conditional gating leaks tracebacks

Published Aug 6, 2026
·
Updated

A flaw was found in automation-controller. The notification template Jinja whitelist only inspects static Getattr AST nodes. An attacker with notification template admin privileges can bypass the whitelist using dynamic subscript expressions or conditional gating on runtime values that differ from the test-render stub. Exceptions raised during notification rendering write full Python tracebacks into the notification body, which is sent to the attacker-controlled webhook URL, leaking install paths, Python version, and source file line numbers.

Other sources

Notification template Jinja AST whitelist only inspects static Getattr nodes. Dynamic subscripts (job['job'+'env']) and {% if job.id > 100 %} conditional gating bypass both the AST check and the test-render (stub has small job.id). At runtime, the gated branch executes and exceptions write full tracebacks into notification body, which is POSTed to attacker-controlled webhook URL. Leaks install paths, Python version, source line numbers.

— MITRE

Affected Software

1 affected component
Red Hat automation-controller

Event History

Aug 6, 2026
Data Sourced
via Red Hat·11:22 PM
DescriptionSeverityAffected Software
Sep 23, 2026
CVE Published
via MITRE·06:28 PM
Data Sourced
via MITRE·06:28 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·07:19 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An attacker needs notification template administrator privileges and control of a webhook URL used by a notification template. The issue is therefore most relevant where those administrative privileges are granted to less-trusted users or tenants.

2

What is required to trigger the information disclosure?

The attacker must create a template that bypasses the static Jinja AST whitelist, such as by using dynamic subscript expressions or a condition that evaluates differently during test rendering and runtime. At runtime, the template must cause an exception during notification rendering so that the traceback is included in the POST body sent to the attacker-controlled webhook.

3

What information can be exposed?

The rendered exception can expose full Python traceback details to the webhook endpoint. Disclosed details include installation paths, the Python version, and source-file line numbers.

4

How can teams identify potential exposure?

Review notification templates managed by privileged users for dynamic Jinja subscripts, such as job['job'+'_env'], and conditional branches whose behavior depends on runtime job values, such as job.id. Also review notification webhook destinations, since tracebacks are sent in notification bodies to those endpoints when rendering errors occur.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203