CVE-2026-33154 Details
Description
dynaconf is a configuration management tool for Python. Prior to version 3.2.13, Dynaconf is vulnerable to Server-Side Template Injection (SSTI) due to unsafe template evaluation in the @Jinja resolver. When the jinja2 package is installed, Dynaconf evaluates template expressions embedded in configuration values without a sandboxed environment. This issue has been patched in version 3.2.13.
A remote code execution vulnerability has been identified in Dynaconf, a Python configuration management tool, in versions prior to 3.2.13. The issue arises from server-side template injection (SSTI) due to unsafe template evaluation in the Jinja resolver. When the Jinja2 package is installed, Dynaconf processes template expressions in configuration values without a sandboxed environment. This vulnerability allows attackers to execute arbitrary OS commands on the host system by injecting malicious templates through various configuration sources, such as environment variables, .env files, container environment settings, and CI/CD secrets. Additionally, the @Format resolver can be exploited to access sensitive runtime objects and environment variables.
Users are advised to update Dynaconf to version 3.2.13 or later, where this vulnerability has been patched. For those using Jinja2 templates, ensure to use the SandboxedEnvironment to prevent execution of untrusted code.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
| CWE-1336 | Improper Neutralization of Special Elements Used in a Template Engine | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| dynaconf dynaconf | < 3.2.13 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 14, 2026 | Initial Analysis | [email protected] |
| Mar 20, 2026 | New CVE Received | [email protected] |