CVE-2026-47752 PUBLISHED

Tugtainer has Server-Side Template Injection in notification templates that leads to Remote Code Execution

Assigner: GitHub_M
Reserved: 19.05.2026 Published: 23.07.2026 Updated: 23.07.2026

Tugtainer is a self-hosted app for automating updates of Docker containers. Versions prior to 1.30.2 are vulnerable to Server-Side Template Injection (SSTI) in the notification template feature. The title_template and body_template fields are rendered using an unsandboxed jinja2.Environment, allowing any authenticated user to execute arbitrary OS commands as root inside the container. Version 1.30.2 fixes the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.9

Product Status

Vendor Quenary
Product tugtainer
Versions
  • Version < 1.30.2 is affected

References

Problem Types

  • CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine CWE