A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-34300

CVE-2025-34300: Lighthouse Studio RCE Vulnerability

CVE-2025-34300 is a template injection RCE flaw in Lighthouse Studio prior to version 9.16.14 that enables unauthenticated attackers to execute arbitrary commands. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-34300 Overview

CVE-2025-34300 is a server-side template injection vulnerability in Sawtooth Software's Lighthouse Studio, affecting versions prior to 9.16.14. The flaw resides in the ciwweb.pl Perl web application used to host survey content. An unauthenticated remote attacker can inject template directives that the application evaluates on the server, resulting in arbitrary command execution. The vulnerability is tracked under CWE-20: Improper Input Validation and carries a CVSS 4.0 base score of 10.0.

Critical Impact

Unauthenticated attackers can execute arbitrary operating system commands on hosts running vulnerable ciwweb.pl deployments, leading to full server compromise.

Affected Products

  • Sawtooth Software Lighthouse Studio versions prior to 9.16.14
  • The ciwweb.pl Perl web application bundled with Lighthouse Studio
  • Web-hosted Lighthouse Studio survey deployments (CiW/Sawtooth web survey runtime)

Discovery Timeline

  • 2025-07-16 - CVE-2025-34300 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-34300

Vulnerability Analysis

Lighthouse Studio is a widely deployed survey authoring product, and the web-hosted runtime is served by the ciwweb.pl Perl CGI application. The application processes user-supplied request parameters and passes them into a templating layer without adequate sanitization. Because the templating engine evaluates expressions server-side, attacker-controlled input is treated as template syntax rather than as inert data. This produces a classic Server-Side Template Injection (SSTI) condition that escalates directly to operating system command execution because the template context exposes Perl evaluation primitives.

The vulnerability is reachable across the network with no authentication, no user interaction, and low complexity. According to research published by SLCyber and the VulnCheck advisory, exploitation yields code execution as the user account hosting the survey runtime.

Root Cause

The root cause is improper input validation [CWE-20] in ciwweb.pl. User-controlled request data is concatenated into or interpolated through a template construct that supports embedded code evaluation. The application does not constrain the parameter to a safe character set, escape templating metacharacters, or sandbox the template rendering context. As a result, any client that can reach the survey endpoint can introduce template syntax that the Perl interpreter executes.

Attack Vector

An attacker sends a crafted HTTP request to a Lighthouse Studio survey endpoint served by ciwweb.pl. The request contains template directives in a parameter that flows into the vulnerable render path. The server evaluates the directive and returns the result, or executes side-effecting commands such as spawning a shell, writing a webshell, or initiating outbound network connections. Because the path is pre-authentication, attackers can mass-scan internet-exposed survey hosts and chain the primitive into persistence or lateral movement. The EPSS score of 71.1% indicates a high probability of in-the-wild exploitation activity.

No verified public exploit code is referenced in the enriched data. Refer to the VulnCheck advisory for exploitation specifics.

Detection Methods for CVE-2025-34300

Indicators of Compromise

  • HTTP requests to URLs containing ciwweb.pl with parameters that include template metacharacters such as [%, %], ${, or Perl evaluation tokens.
  • Unexpected child processes of the Perl interpreter or web server user, including sh, bash, cmd.exe, powershell.exe, curl, wget, or nc.
  • New or modified files in survey web roots, particularly script files with recent timestamps that were not deployed by administrators.
  • Outbound network connections from the survey host to unknown IP addresses shortly after inbound HTTP traffic to ciwweb.pl.

Detection Strategies

  • Inspect web server access logs for requests to ciwweb.pl containing encoded template syntax or unusually long query strings.
  • Hunt for process lineage where perl.exe or httpd/IIS worker processes spawn command shells or download utilities.
  • Correlate Lighthouse Studio version data from asset inventory against the fixed version 9.16.14 to identify vulnerable hosts.

Monitoring Recommendations

  • Enable verbose request logging on web servers fronting Lighthouse Studio and forward to a centralized SIEM or data lake for retention and analytics.
  • Alert on any process execution by the survey runtime account that is not part of the documented Lighthouse Studio process tree.
  • Monitor egress traffic from survey hosts and baseline expected destinations to detect reverse shells and tool downloads.

How to Mitigate CVE-2025-34300

Immediate Actions Required

  • Upgrade Sawtooth Software Lighthouse Studio to version 9.16.14 or later on every host running ciwweb.pl.
  • Restrict network access to survey servers using firewall rules or a reverse proxy with allow-lists until patching is complete.
  • Review web and system logs for indicators of prior exploitation, and rotate credentials stored on or accessible from the host if compromise is suspected.
  • Validate the integrity of survey web roots and remove any unauthorized scripts or scheduled tasks.

Patch Information

Sawtooth Software has released Lighthouse Studio 9.16.14, which remediates the template injection in ciwweb.pl. Download details and release notes are available on the Sawtooth Software Version History page. After upgrading, redeploy any active surveys so they execute against the patched runtime.

Workarounds

  • Take internet-exposed ciwweb.pl endpoints offline until the upgrade to 9.16.14 is completed.
  • Place the survey host behind a web application firewall (WAF) with rules that block template metacharacters in query and body parameters targeting ciwweb.pl.
  • Run the Perl CGI process under a least-privileged service account that cannot write to web roots or spawn shells, reducing exploitation impact.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSawtooth Software

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability71.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Sawtooth Software Version History

  • SLCyber RCE Research Article

  • VulnCheck Advisory on RCE
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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