CVE-2026-31864 PUBLISHED

JumpServer has a Server-Side Template Injection Leading to RCE via YAML Rendering

Assigner: GitHub_M
Reserved: 09.03.2026 Published: 13.03.2026 Updated: 13.03.2026

JumpServer is an open source bastion host and an operation and maintenance security audit system. a Server-Side Template Injection (SSTI) vulnerability exists in JumpServer's Applet and VirtualApp upload functionality. This vulnerability can only be exploited by users with administrative privileges (Application Applet Management or Virtual Application Management permissions). Attackers can exploit this vulnerability to execute arbitrary code within the JumpServer Core container. The vulnerability arises from unsafe use of Jinja2 template rendering when processing user-uploaded YAML configuration files. When a user uploads an Applet or VirtualApp ZIP package, the manifest.yml file is rendered through Jinja2 without sandbox restrictions, allowing template injection attacks.

Metrics

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

Product Status

Vendor jumpserver
Product jumpserver
Versions
  • Version < 3.10.22 is affected
  • Version >= 4.0.0, < 4.10.16 is affected

References

Problem Types

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