Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27629

CVE-2026-27629: InvenTree Template Injection RCE Vulnerability

CVE-2026-27629 is a server-side template injection vulnerability in InvenTree that enables remote code execution through malicious jinja2 templates. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27629 Overview

CVE-2026-27629 is a Server-Side Template Injection (SSTI) vulnerability affecting InvenTree, an Open Source Inventory Management System. The vulnerability exists in the customizable Jinja2 template functionality used for generating batch codes. A user with staff permissions can modify the server-side template to exfiltrate sensitive information or achieve code execution on the server.

Critical Impact

Staff users can exploit insecure Jinja2 template processing to expose sensitive server information or execute arbitrary code, with the ability for the malicious template to affect other users who generate batch codes.

Affected Products

  • InvenTree versions prior to 1.2.3
  • InvenTree versions between 1.2.3 and 1.3.0

Discovery Timeline

  • 2026-02-25 - CVE-2026-27629 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27629

Vulnerability Analysis

This vulnerability stems from improper sandboxing of Jinja2 template execution in InvenTree's batch code generation feature. When generating custom batch codes, the application allows staff users to customize Jinja2 templates without adequate security controls. The insecure template processing enables attackers to craft malicious templates that can access server-side resources, read sensitive configuration data, or execute arbitrary code within the server context.

The attack requires initial access as a staff user to modify the batch code template. However, once the template has been modified maliciously, subsequent API calls to generate batch codes by other users will execute the malicious template code within their user context, potentially expanding the impact of the attack.

Root Cause

The root cause of this vulnerability is improper neutralization of special elements used in a template engine (CWE-1336). The InvenTree application failed to implement proper sandboxing for Jinja2 template execution, allowing server-side templates to be hijacked to access internal server resources and execute unauthorized code. The customizable STOCK_BATCH_CODE_TEMPLATE and PART_NAME_FORMAT global settings were not adequately restricted, enabling malicious template modification by staff users.

Attack Vector

The attack is conducted via adjacent network access with low complexity but requires low-level privileges (staff access) and user interaction. An attacker with staff permissions can modify the Jinja2 template used for batch code generation through the application's settings interface. The malicious template can then be triggered when any user makes an API request to generate a custom batch code.

The vulnerability allows for data exfiltration through template variables that expose server-side information, as well as potential code execution through Jinja2's template evaluation capabilities. The changed scope characteristic means the compromised component can affect resources beyond its security scope. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-27629

Indicators of Compromise

  • Unusual modifications to STOCK_BATCH_CODE_TEMPLATE or PART_NAME_FORMAT global settings
  • Unexpected Jinja2 template syntax in batch code configuration containing object attribute access or method calls
  • Anomalous API requests to batch code generation endpoints with unusual response content
  • Server logs showing template rendering errors or unexpected data access patterns

Detection Strategies

  • Monitor audit logs for changes to global template settings by staff users
  • Implement file integrity monitoring on template configuration files
  • Review API access logs for unusual patterns in batch code generation requests
  • Deploy application-level monitoring to detect template injection attempts

Monitoring Recommendations

  • Enable detailed logging for all template configuration changes
  • Set up alerts for modifications to sensitive global settings like STOCK_BATCH_CODE_TEMPLATE and PART_NAME_FORMAT
  • Monitor server resource access patterns during template execution
  • Implement rate limiting and anomaly detection on batch code generation API endpoints

How to Mitigate CVE-2026-27629

Immediate Actions Required

  • Upgrade InvenTree to version 1.2.3 or 1.3.0 and later immediately
  • Review and audit all staff user permissions and recent template modifications
  • Override STOCK_BATCH_CODE_TEMPLATE and PART_NAME_FORMAT at the system level to prevent client-side editing
  • Review server logs for any suspicious batch code generation activity

Patch Information

The InvenTree development team has addressed this vulnerability in version 1.2.3 and all versions from 1.3.0 onwards. The patch implements secure sandboxed execution for all template generation operations, preventing template injection attacks. Users should upgrade to the patched versions as soon as possible. Additional details are available in the GitHub Security Advisory.

Workarounds

  • Override STOCK_BATCH_CODE_TEMPLATE at the system level to a safe default value to prevent client-side editing
  • Override PART_NAME_FORMAT at the system level with a secure default configuration
  • Restrict staff access privileges to only essential personnel until patching is complete
  • Implement network segmentation to limit adjacent network access to the InvenTree server
bash
# System-level configuration override example for InvenTree
# Add to your InvenTree configuration file to prevent template editing

# Override batch code template at system level
INVENTREE_STOCK_BATCH_CODE_TEMPLATE="{% now 'Y-m-d' %}-{{ ref }}"

# Override part name format at system level  
INVENTREE_PART_NAME_FORMAT="{{ name }}"

# These settings cannot be changed from the client side once the server is running

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechInventree

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-1336
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35479: InvenTree Privilege Escalation Vulnerability

  • CVE-2026-35478: InvenTree Authentication Bypass Vulnerability

  • CVE-2026-39362: InvenTree SSRF Vulnerability

  • CVE-2026-35476: InvenTree Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English