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-2022-50891

CVE-2022-50891: Owlfiles File Manager XSS Vulnerability

CVE-2022-50891 is a cross-site scripting flaw in Owlfiles File Manager 12.0.1 that enables attackers to inject malicious scripts via path parameters. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2022-50891 Overview

CVE-2022-50891 is a Cross-Site Scripting (XSS) vulnerability affecting Owlfiles File Manager version 12.0.1. This vulnerability allows attackers to inject malicious scripts through the path parameter in HTTP server endpoints. Specifically, attackers can craft URLs targeting the download and list endpoints with embedded script tags to execute arbitrary JavaScript in users' browsers.

Critical Impact

Successful exploitation enables attackers to execute arbitrary JavaScript in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or redirection to malicious sites.

Affected Products

  • Owlfiles File Manager 12.0.1

Discovery Timeline

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

Technical Details for CVE-2022-50891

Vulnerability Analysis

This reflected Cross-Site Scripting vulnerability exists within the HTTP server component of Owlfiles File Manager. The application fails to properly sanitize user-supplied input in the path parameter before reflecting it back in HTTP responses. When users access the built-in HTTP server functionality to share files, the download and list endpoints accept a path parameter that is directly rendered in the response without adequate encoding or escaping.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents one of the most common web application security weaknesses. Exploitation requires user interaction, as victims must be tricked into clicking a maliciously crafted URL. Additional technical details are available in the VulnCheck Advisory.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the HTTP server module. The application does not sanitize or HTML-encode the path parameter value before including it in server responses. This allows special characters such as <, >, and script tags to pass through unfiltered, enabling injection of arbitrary HTML and JavaScript code.

Attack Vector

The attack vector is network-based and requires social engineering to convince a victim to click on a malicious link. An attacker constructs a URL containing JavaScript code within the path parameter targeting either the /download or /list endpoints of the Owlfiles HTTP server. When a victim clicks the crafted URL while the HTTP server is active, the malicious script executes within their browser context.

The exploitation technique involves embedding script tags directly in the path parameter. For example, an attacker could append <script>alert(document.cookie)</script> to the path parameter in a request to the download endpoint. When the server processes this request and reflects the unsanitized path in its response, the browser interprets and executes the injected script. A proof-of-concept demonstrating this attack is documented on Exploit-DB #51036.

Detection Methods for CVE-2022-50891

Indicators of Compromise

  • HTTP requests to Owlfiles server endpoints containing encoded or plaintext <script> tags in the path parameter
  • Unusual URL patterns targeting /download or /list endpoints with special characters like <, >, ', or "
  • Browser console errors or unexpected script execution when accessing Owlfiles HTTP server

Detection Strategies

  • Monitor web server logs for requests containing HTML/JavaScript tags in URL parameters
  • Deploy Web Application Firewalls (WAF) with rules to detect XSS patterns in query strings
  • Implement Content Security Policy (CSP) headers to detect and prevent inline script execution

Monitoring Recommendations

  • Review HTTP server access logs for anomalous path parameter values containing encoded characters
  • Set up alerts for requests with common XSS payload signatures such as %3Cscript%3E or javascript:
  • Monitor for unusual outbound connections originating from user browsers during Owlfiles sessions

How to Mitigate CVE-2022-50891

Immediate Actions Required

  • Disable the HTTP server feature in Owlfiles File Manager when not actively in use
  • Avoid clicking links to Owlfiles HTTP server endpoints from untrusted sources
  • Update Owlfiles File Manager to the latest available version from the Apple App Store
  • Use alternative file sharing methods until a patch addressing this vulnerability is confirmed

Patch Information

Users should monitor the official Skyjos website and the Apple App Store listing for security updates addressing this vulnerability. Check release notes for any patches specifically addressing XSS vulnerabilities in the HTTP server component.

Workarounds

  • Disable the built-in HTTP server functionality to eliminate the attack surface entirely
  • Restrict HTTP server access to trusted networks only, avoiding exposure to the public internet
  • Implement browser extensions or security software that blocks known XSS attack patterns
  • Educate users to verify URLs before clicking, especially those containing unusual path parameters
bash
# Recommendation: Keep Owlfiles HTTP server disabled when not in use
# Access Owlfiles settings and ensure HTTP server is turned off
# Only enable temporarily when sharing files with trusted parties on secure networks

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOwlfiles

  • SeverityMEDIUM

  • CVSS Score5.1

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

  • Exploit-DB #51036

  • Skyjos Website

  • VulnCheck Advisory: OwlFiles XSS
  • Related CVEs
  • CVE-2022-50890: Owlfiles File Manager Path Traversal Flaw
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