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

CVE-2022-50890: Owlfiles File Manager Path Traversal Flaw

CVE-2022-50890 is a path traversal vulnerability in Owlfiles File Manager 12.0.1 that allows attackers to access restricted system directories via crafted GET requests. This article covers technical details, impact, and mitigations.

Updated: January 22, 2026

CVE-2022-50890 Overview

CVE-2022-50890 is a path traversal vulnerability affecting Owlfiles File Manager version 12.0.1. The vulnerability exists in the application's built-in HTTP server, which fails to properly sanitize user-supplied input in GET requests. By crafting malicious requests containing directory traversal sequences (such as ../), attackers can escape the intended web root directory and access restricted system directories on the target device.

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), a common weakness that allows attackers to access files and directories outside of the intended scope of the application.

Critical Impact

Attackers can read sensitive system files and directories on devices running the vulnerable Owlfiles File Manager HTTP server, potentially exposing credentials, configuration data, and other confidential information.

Affected Products

  • Owlfiles File Manager 12.0.1
  • Skyjos Owlfiles (iOS Application)
  • Devices running the built-in HTTP server feature

Discovery Timeline

  • 2026-01-13 - CVE CVE-2022-50890 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2022-50890

Vulnerability Analysis

The path traversal vulnerability in Owlfiles File Manager 12.0.1 stems from insufficient input validation in the application's built-in HTTP server component. When the HTTP server feature is enabled, the application accepts GET requests from network clients but fails to adequately filter or sanitize directory traversal sequences embedded within the requested file paths.

This weakness allows unauthenticated attackers on the network to craft malicious HTTP requests that include path traversal characters (../) to navigate outside the designated web root directory. Once outside the intended directory structure, attackers can read arbitrary files from the underlying file system, limited only by the permissions of the process running the HTTP server.

The vulnerability is network-accessible, meaning any attacker with network connectivity to the device running the vulnerable HTTP server can attempt exploitation without requiring authentication or user interaction.

Root Cause

The root cause of this vulnerability is improper input validation in the HTTP request handling logic. The application's HTTP server fails to implement adequate path canonicalization and validation before processing file requests. Specifically:

  1. The server accepts user-controlled file path parameters in GET requests
  2. Directory traversal sequences (../, ..%2f, etc.) are not properly filtered or rejected
  3. No path canonicalization is performed to resolve the final absolute path before serving files
  4. The resolved path is not validated against the intended web root directory boundary

This allows attackers to construct request URIs that, when processed by the server, resolve to file system locations outside the intended serving directory.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the device running the Owlfiles File Manager HTTP server. The attack can be executed through the following general approach:

  1. Identify a target device with Owlfiles File Manager's HTTP server feature enabled
  2. Craft HTTP GET requests containing directory traversal sequences in the URL path
  3. Send the malicious requests to the target server
  4. The server processes the request, resolving the path to a location outside the web root
  5. Sensitive file contents are returned in the HTTP response

The vulnerability can be exploited remotely without authentication, making it particularly dangerous when the HTTP server is exposed to untrusted networks. For detailed technical information and exploitation techniques, refer to the Exploit-DB #51036 entry and the VulnCheck Advisory for OwlFiles.

Detection Methods for CVE-2022-50890

Indicators of Compromise

  • HTTP server logs showing requests with ../ sequences or URL-encoded variants (%2e%2e%2f)
  • Unusual access patterns to the Owlfiles HTTP server from external or unexpected IP addresses
  • Web server logs indicating requests for system files such as /etc/passwd, configuration files, or other sensitive paths
  • Network traffic containing HTTP requests with abnormally long URL paths containing repeated traversal patterns

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests containing path traversal sequences targeting Owlfiles servers
  • Monitor HTTP access logs for requests containing .., %2e, or other encoded traversal characters
  • Deploy web application firewall (WAF) rules to block requests with directory traversal patterns
  • Use endpoint detection solutions to monitor for suspicious file access attempts by the Owlfiles application process

Monitoring Recommendations

  • Enable verbose logging on devices running Owlfiles File Manager's HTTP server feature
  • Implement network segmentation to limit exposure of devices with the HTTP server feature enabled
  • Configure alerts for anomalous network traffic patterns targeting mobile device HTTP services
  • Regularly review access logs for evidence of exploitation attempts or reconnaissance activity

How to Mitigate CVE-2022-50890

Immediate Actions Required

  • Disable the built-in HTTP server feature in Owlfiles File Manager if not actively required
  • Restrict network access to devices running the vulnerable HTTP server using firewall rules
  • Avoid exposing Owlfiles HTTP server to untrusted networks or the internet
  • Update Owlfiles File Manager to the latest available version from the Apple App Store
  • Monitor for vendor security advisories from Skyjos regarding patches for this vulnerability

Patch Information

Organizations should check with the vendor Skyjos for updated versions of Owlfiles File Manager that address this path traversal vulnerability. Monitor the Apple App Store listing for application updates and review release notes for security fixes. The VulnCheck Advisory may contain additional remediation guidance.

Workarounds

  • Disable the HTTP server feature entirely within Owlfiles File Manager application settings
  • Implement network-level access controls to limit connectivity to the HTTP server port to trusted hosts only
  • Use a VPN or other secure channel when file sharing is required, rather than the built-in HTTP server
  • Deploy network monitoring to detect and block exploitation attempts at the perimeter
bash
# Network firewall rule example - block external access to common HTTP ports used by file manager apps
# Adjust ports as needed based on your Owlfiles HTTP server configuration
iptables -A INPUT -p tcp --dport 8080 -j DROP
iptables -A INPUT -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOwlfiles

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Apple App OwlFiles

  • Exploit-DB #51036

  • Skyjos Website

  • VulnCheck Advisory for OwlFiles
  • Related CVEs
  • CVE-2022-50891: Owlfiles File Manager 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