The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-37767

CVE-2022-37767: Pebble Templates Auth Bypass Vulnerability

CVE-2022-37767 is an authentication bypass flaw in Pebble Templates 3.1.5 that enables attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 18, 2026

CVE-2022-37767 Overview

CVE-2022-37767 is an authorization bypass vulnerability in Pebble Templates version 3.1.5 that allows attackers to circumvent protection mechanisms and achieve arbitrary code execution through the springbok component. This template injection vulnerability enables remote attackers to execute arbitrary Java code within the context of the application utilizing the Pebble templating engine.

It is important to note that the vendor disputes this vulnerability, stating that input to the Pebble templating engine is designed to include arbitrary Java code. According to the vendor, the responsibility for validating input lies with the application using the engine, not the engine itself. Applications should either prevent untrusted sources from providing input or implement appropriate restrictions.

Critical Impact

Remote attackers can bypass security protections to execute arbitrary code with full system compromise potential, affecting confidentiality, integrity, and availability of affected systems.

Affected Products

  • Pebble Templates version 3.1.5

Discovery Timeline

  • 2022-09-12 - CVE-2022-37767 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-37767

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), indicating that the Pebble Templates engine fails to properly enforce authorization checks when processing template input. The flaw resides in the template processing logic where attackers can leverage the springbok functionality to bypass intended security controls.

The vulnerability is network-exploitable without requiring authentication or user interaction, making it highly dangerous in environments where untrusted input can reach the template engine. When successfully exploited, attackers gain the ability to execute arbitrary Java code within the application's security context, potentially leading to complete system compromise.

Root Cause

The root cause of CVE-2022-37767 lies in improper authorization controls within the Pebble Templates engine when processing template expressions. The springbok component lacks adequate validation to prevent malicious code paths, allowing attackers to inject and execute arbitrary Java code. The engine processes template input with elevated privileges without properly restricting access to dangerous functionality.

The vendor's position is that applications integrating Pebble Templates should implement their own input validation since the engine is designed to execute Java code by nature. However, when applications fail to implement such restrictions, the lack of built-in safeguards enables exploitation.

Attack Vector

The attack vector is network-based, requiring attackers to supply malicious template input to an application using the vulnerable Pebble Templates library. The attack does not require authentication or user interaction. Attackers craft specially constructed template expressions that leverage the springbok functionality to bypass protection mechanisms.

The exploitation flow involves submitting malicious template content through any application interface that processes user-supplied templates. The injected code executes within the Java Virtual Machine context of the target application, providing attackers with the same privileges as the application itself.

For technical details on exploitation techniques, refer to the GitHub Web Security Issue and the vendor's response in the GitHub Issue Comment.

Detection Methods for CVE-2022-37767

Indicators of Compromise

  • Unusual template processing requests containing suspicious Java class references or method invocations
  • Unexpected process spawning or network connections originating from applications using Pebble Templates
  • Log entries showing template parsing errors with class loading or reflection-related exceptions
  • Evidence of code execution artifacts in application logs referencing springbok or unauthorized method calls

Detection Strategies

  • Implement application-level logging to capture and analyze all template input before processing
  • Deploy web application firewalls (WAF) configured to detect template injection patterns and suspicious Java code constructs
  • Monitor for unusual class loading activity or reflection API usage within applications utilizing Pebble Templates
  • Use runtime application self-protection (RASP) solutions to detect and block unauthorized code execution attempts

Monitoring Recommendations

  • Establish baseline template processing patterns and alert on anomalous input characteristics
  • Monitor application memory and process behavior for signs of injected code execution
  • Configure SIEM alerts for template-related error patterns that may indicate exploitation attempts
  • Review application access logs for patterns consistent with template injection reconnaissance or exploitation

How to Mitigate CVE-2022-37767

Immediate Actions Required

  • Audit all applications using Pebble Templates 3.1.5 to identify potential exposure to untrusted template input
  • Implement strict input validation and sanitization for any user-controlled template content before processing
  • Consider restricting template sources to trusted origins only, preventing untrusted users from supplying template content
  • Apply network segmentation to limit the blast radius if an application using Pebble Templates is compromised

Patch Information

The vendor disputes this as a vulnerability, maintaining that input validation is the responsibility of applications integrating the Pebble Templates engine. Organizations should consult the vendor's official response for guidance on secure implementation practices.

Applications using Pebble Templates should implement their own security controls to prevent untrusted input from reaching the template engine. Check for any updates to the Pebble Templates library that may include additional security hardening features.

Workarounds

  • Restrict template input sources to trusted, authenticated users with appropriate authorization
  • Implement a template allowlist that permits only known-safe template constructs to be processed
  • Use sandboxing or containerization to isolate applications processing templates from critical infrastructure
  • Deploy application-layer security controls such as input validation middleware to filter potentially malicious template content before it reaches the Pebble engine
bash
# Example: Restrict Pebble Templates access to trusted sources only
# Ensure application configuration limits template processing to internal, validated sources

# 1. Review application code for user-controlled template inputs
grep -r "PebbleEngine\|getTemplate\|evaluate" ./src/

# 2. Implement input validation before template processing
# Add validation logic in your application's template handling code

# 3. Consider running applications using Pebble Templates in isolated containers
# with restricted network access and minimal privileges

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPebble Templates

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Issue Comment

  • GitHub Web Security Issue
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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