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-2026-30290

CVE-2026-30290: InTouch Contacts & Caller ID RCE Flaw

CVE-2026-30290 is a file overwrite vulnerability in InTouch Contacts & Caller ID APP v6.38.1 that enables remote code execution. Attackers exploit the import process to overwrite files. Learn about technical details and patches.

Published: April 2, 2026

CVE-2026-30290 Overview

An arbitrary file overwrite vulnerability exists in InTouch Contacts & Caller ID APP version 6.38.1. This flaw allows attackers to overwrite critical internal files via the file import process, potentially leading to arbitrary code execution or information exposure. The vulnerability is classified as CWE-22 (Path Traversal), indicating improper limitation of a pathname to a restricted directory.

Critical Impact

Successful exploitation allows attackers to overwrite critical application files through the import functionality, potentially achieving code execution or exposing sensitive user data stored within the application.

Affected Products

  • InTouch Contacts & Caller ID APP v6.38.1

Discovery Timeline

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

Technical Details for CVE-2026-30290

Vulnerability Analysis

This vulnerability stems from insufficient input validation during the file import process within the InTouch Contacts & Caller ID mobile application. The application fails to properly sanitize user-supplied file paths, allowing an attacker to craft malicious import files containing path traversal sequences (such as ../ or similar constructs) to escape the intended directory structure.

When a user imports a seemingly legitimate contact file, the application processes the embedded file paths without adequate validation. This enables an attacker to target files outside the application's designated storage directory, potentially overwriting configuration files, shared libraries, or other critical application components.

The local attack vector indicates that exploitation requires either physical access to the device or the ability to convince a user to import a malicious file. Once the malicious import file is processed, the attacker can achieve arbitrary code execution by overwriting executable components or expose sensitive information by manipulating data files.

Root Cause

The root cause of CVE-2026-30290 is a path traversal vulnerability (CWE-22) in the file import handler. The application does not implement proper path canonicalization or validate that destination paths remain within the application's sandbox. This allows directory traversal sequences embedded in import file metadata to be processed literally, enabling file writes to arbitrary locations accessible by the application's permissions.

Attack Vector

The attack requires local access and exploits the file import functionality of the InTouch Contacts & Caller ID application. An attacker crafts a malicious import file (such as a VCF or backup file) containing path traversal sequences in the filename or path fields. When a user imports this file through the application's normal import workflow, the traversal sequences cause the application to write data outside its intended directory, overwriting target files.

The vulnerability can be exploited without user authentication or elevated privileges. Attack scenarios include:

  1. Social engineering users to import a malicious contact backup file
  2. Distributing malicious import files through file sharing platforms
  3. Exploiting automatic import features if the application monitors specific directories

For detailed technical information, refer to the GitHub Issue #19 Discussion and the SecSys Fudan Research Site.

Detection Methods for CVE-2026-30290

Indicators of Compromise

  • Unexpected modifications to application configuration files or shared libraries
  • Presence of files with path traversal sequences (../, ..\\) in import logs or file system audit trails
  • Application crashes or unexpected behavior following file import operations
  • Modified timestamps on critical system or application files coinciding with import activity

Detection Strategies

  • Monitor file system activity for write operations targeting paths outside the application's designated data directory during import operations
  • Implement file integrity monitoring on critical application components to detect unauthorized modifications
  • Analyze import file contents for path traversal sequences before processing
  • Review application logs for import operations involving suspicious file paths

Monitoring Recommendations

  • Enable verbose logging for the InTouch Contacts & Caller ID application to capture import operation details
  • Deploy mobile threat defense solutions capable of detecting path traversal exploitation attempts
  • Implement behavioral monitoring to alert on unexpected file modifications by the application
  • Monitor for signs of code execution anomalies following import operations

How to Mitigate CVE-2026-30290

Immediate Actions Required

  • Avoid importing contact files or backups from untrusted or unknown sources
  • Only import files directly obtained from trusted contacts or official backup processes
  • Consider temporarily disabling file import functionality until a patch is available
  • Review recently imported files and verify application integrity

Patch Information

At the time of publication, no official vendor patch has been released for CVE-2026-30290. Users should monitor the InTouch App official website for security updates and apply any patches immediately upon release. Additional technical details are available through the GitHub Issue #19 Discussion.

Workarounds

  • Restrict import functionality to files from verified, trusted sources only
  • Implement organizational policies prohibiting import of contact files from unknown origins
  • Use mobile device management (MDM) solutions to control application data import capabilities where possible
  • Maintain regular backups of device and application data to enable recovery if file corruption occurs
  • Consider using alternative contact management applications until a security update is released

Users should exercise heightened caution with any file import operations in the affected application version until an official patch is available from the vendor.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIntouch Contacts

  • 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
  • GitHub Issue #19 Discussion

  • SecSys Fudan Research Site

  • InTouch App Security Overview
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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