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-35174

CVE-2026-35174: Chyrp Lite Path Traversal Vulnerability

CVE-2026-35174 is a path traversal flaw in Chyrp Lite that allows administrators to access and overwrite critical files, potentially leading to remote code execution. This article covers technical details, affected versions, and fixes.

Published: April 10, 2026

CVE-2026-35174 Overview

CVE-2026-35174 is a critical path traversal vulnerability affecting Chyrp Lite, an ultra-lightweight blogging engine. Prior to version 2026.01, a flaw exists in the administration console that allows an administrator or a user with Change Settings permission to manipulate the uploads path configuration to point to arbitrary directories on the server. This vulnerability enables attackers to download sensitive files, including config.json.php containing database credentials, and overwrite critical system files, ultimately leading to remote code execution.

Critical Impact

Authenticated attackers with Change Settings permission can achieve arbitrary file read and write access, potentially compromising the entire server through remote code execution.

Affected Products

  • Chyrp Lite versions prior to 2026.01

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35174 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35174

Vulnerability Analysis

This vulnerability falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The flaw resides in the administration console's settings functionality, which fails to properly validate or sanitize the uploads path parameter before accepting user-supplied values.

When an authenticated user with Change Settings permission modifies the uploads path, the application does not enforce sufficient restrictions to ensure the path remains within expected boundaries. This allows an attacker to specify paths using directory traversal sequences (such as ../) or absolute paths to access directories outside the intended upload folder.

The exploitation chain involves two primary attack scenarios: arbitrary file read and arbitrary file write. In the file read scenario, an attacker can configure the uploads path to point to sensitive directories, then use the application's file download functionality to retrieve critical files. The config.json.php file is a particularly valuable target as it contains database credentials and other sensitive configuration data.

The file write scenario is even more dangerous. By redirecting the uploads path to a web-accessible directory or a location containing executable code, an attacker can upload malicious files that will be executed by the web server, achieving remote code execution.

Root Cause

The root cause of this vulnerability is insufficient input validation in the uploads path configuration handler. The application fails to implement proper path canonicalization and validation to ensure the specified uploads directory remains within the application's designated storage area. The absence of allowlist-based directory restrictions and path normalization before storage allows malicious path values to persist in the application configuration.

Attack Vector

The attack vector is network-based and requires authenticated access with elevated privileges (Change Settings permission). An attacker must first obtain valid credentials for an account with Change Settings permission, either through credential theft, social engineering, or by exploiting another vulnerability. Once authenticated, the attacker navigates to the administration console's settings section and modifies the uploads path to a target directory such as /etc/ or the web root. The attacker can then use the application's file management features to read sensitive files or upload malicious content to achieve code execution.

The vulnerability mechanism works by exploiting the trust placed in the uploads path configuration value. When the application processes file operations, it uses this configured path without re-validating that it points to a safe location, enabling directory traversal attacks through configuration manipulation rather than through traditional path traversal in file operation parameters.

Detection Methods for CVE-2026-35174

Indicators of Compromise

  • Unexpected changes to the uploads path setting in Chyrp Lite configuration
  • Access logs showing requests to download sensitive files like config.json.php
  • Unusual file uploads appearing in system directories outside the expected uploads folder
  • Web server logs indicating access to newly created files in unexpected locations

Detection Strategies

  • Monitor configuration file changes for modifications to upload path settings
  • Implement file integrity monitoring on critical system files and configuration directories
  • Review web application logs for suspicious file download or upload patterns
  • Alert on any changes to administrative settings, particularly those affecting file storage paths

Monitoring Recommendations

  • Enable verbose logging in Chyrp Lite to capture all administrative actions
  • Deploy a Web Application Firewall (WAF) with rules to detect path traversal patterns
  • Implement real-time monitoring for changes to the config.json.php file
  • Set up alerting for any new executable files created in web-accessible directories

How to Mitigate CVE-2026-35174

Immediate Actions Required

  • Upgrade Chyrp Lite to version 2026.01 or later immediately
  • Review current uploads path configuration to ensure it points to the expected directory
  • Audit user accounts with Change Settings permission and remove unnecessary access
  • Check system logs for any signs of exploitation before patching

Patch Information

This vulnerability has been fixed in Chyrp Lite version 2026.01. The patch implements proper validation of the uploads path to prevent directory traversal attacks. Administrators should update to this version or later as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict Change Settings permission to only essential administrator accounts
  • Implement filesystem-level restrictions to prevent the web server from accessing directories outside the application root
  • Use operating system permissions to make sensitive files like config.json.php readable only by the web server process
  • Consider placing the application behind an additional authentication layer to reduce exposure
bash
# Example: Restrict file permissions on sensitive configuration
chmod 600 /path/to/chyrp-lite/includes/config.json.php
chown www-data:www-data /path/to/chyrp-lite/includes/config.json.php

# Example: Limit uploads directory access at the filesystem level
# Ensure uploads directory cannot traverse outside intended location
chattr +i /path/to/chyrp-lite/uploads/.htaccess

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechChyrp Lite

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35173: Chyrp Lite 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