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

CVE-2026-30279: My Location Travel Timeline RCE Flaw

CVE-2026-30279 is an arbitrary file overwrite vulnerability in My Location Travel Timeline v11.80 that enables remote code execution. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-30279 Overview

CVE-2026-30279 is an arbitrary file overwrite vulnerability affecting Squareapps LLC My Location Travel Timeline v11.80. This security flaw allows attackers to overwrite critical internal files through the application's file import process. Successful exploitation can lead to arbitrary code execution or sensitive information exposure on the affected device.

The vulnerability stems from improper input validation during the file import functionality, enabling path traversal attacks that can manipulate files outside of the intended directory. This type of vulnerability (CWE-22: Path Traversal) represents a significant security risk for mobile applications handling user-provided file data.

Critical Impact

Attackers can overwrite critical application files via the import process, potentially achieving arbitrary code execution or accessing sensitive user data stored by the application.

Affected Products

  • Squareapps LLC My Location Travel Timeline v11.80

Discovery Timeline

  • 2026-03-31 - CVE CVE-2026-30279 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-30279

Vulnerability Analysis

This vulnerability exploits inadequate path validation in the file import mechanism of My Location Travel Timeline. When users import files into the application, the software fails to properly sanitize file path components, allowing directory traversal sequences (such as ../) to escape the intended directory structure.

The local attack vector requires an attacker to either have local access to the device or socially engineer a user into importing a maliciously crafted file. The vulnerability does not require any privileges to exploit and operates without user interaction once the malicious file is processed.

Successful exploitation can result in complete compromise of application data confidentiality, integrity, and availability. An attacker could overwrite application configuration files, inject malicious code into executable paths, or access sensitive user location history and timeline data stored by the application.

Root Cause

The root cause is improper input validation (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) in the file import functionality. The application fails to properly sanitize user-supplied file paths during the import process, allowing path traversal sequences to reference files and directories outside the intended storage location.

When processing imported files, the application directly concatenates user-controlled path components without verifying that the resulting path remains within the application's designated data directory. This lack of path canonicalization enables attackers to traverse directory boundaries.

Attack Vector

The attack requires local access to the device or the ability to deliver a specially crafted import file to the victim. An attacker would create a malicious file with path traversal sequences embedded in the filename or internal path references. When the victim imports this file using the My Location Travel Timeline application, the path traversal sequences cause the application to write data to unintended locations.

The attack flow typically involves crafting an import file containing path traversal sequences (e.g., ../../sensitive_file) that, when processed by the vulnerable import routine, result in files being written outside the application's sandbox. This could overwrite configuration files, cached executables, or other critical application components, potentially leading to code execution when the application next loads these files.

For detailed technical information about this vulnerability, refer to the GitHub Issue Discussion maintained by SecSys Fudan University.

Detection Methods for CVE-2026-30279

Indicators of Compromise

  • Unexpected file modifications in application directories or system paths outside the application's designated data folder
  • Presence of files with suspicious naming patterns containing path traversal sequences (../, ..\\) in recent import logs
  • Application configuration files or internal data files with unexpected modification timestamps
  • Error logs showing failed file operations in restricted directories

Detection Strategies

  • Monitor file system activity for writes outside the application's designated data directory during import operations
  • Implement file integrity monitoring on critical application files to detect unauthorized modifications
  • Review application logs for import operations involving suspicious file paths or traversal sequences
  • Deploy endpoint detection solutions capable of identifying path traversal attack patterns

Monitoring Recommendations

  • Enable detailed logging for the My Location Travel Timeline application's file import functionality
  • Monitor for anomalous file system access patterns, particularly writes to parent directories during import operations
  • Implement SentinelOne's behavioral AI to detect suspicious file manipulation activities indicative of path traversal exploitation
  • Set up alerts for modifications to critical application configuration or executable files

How to Mitigate CVE-2026-30279

Immediate Actions Required

  • Avoid importing files from untrusted sources until a patch is available
  • Review recently imported files and verify application integrity
  • Consider temporarily disabling the file import functionality if possible
  • Update to the latest version of My Location Travel Timeline when a security patch becomes available
  • Use SentinelOne endpoint protection to monitor for exploitation attempts

Patch Information

No official patch information is currently available. Monitor the application's official update channels for security patches addressing this vulnerability. Users should check the Light App Homepage for application updates.

For additional technical details and ongoing discussions about this vulnerability, refer to the GitHub Issue Discussion.

Workarounds

  • Disable the file import feature until an official patch is released
  • Only import files from verified, trusted sources
  • Implement additional file validation at the device level before allowing imports
  • Use mobile device management (MDM) solutions to restrict application capabilities
  • Regularly backup application data to enable recovery in case of successful exploitation

Until an official patch is available, the most effective mitigation is to avoid using the file import functionality altogether. If import functionality is required, ensure all imported files originate from trusted sources and have been validated before processing.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSquareapps

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • My Company Homepage

  • GitHub Issue Discussion

  • Light App Homepage

  • SecSys Fudan University
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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