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
    • 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-2021-45967

CVE-2021-45967: Pascom Cloud Phone Path Traversal Flaw

CVE-2021-45967 is a path traversal vulnerability in Pascom Cloud Phone System caused by NGINX and Tomcat misconfiguration. This flaw exposes unintended endpoints. This article covers technical details, affected versions, and patches.

Published: February 25, 2026

CVE-2021-45967 Overview

A critical path traversal vulnerability exists in Pascom Cloud Phone System before version 7.20.x. The vulnerability arises from a configuration error between the NGINX reverse proxy and a backend Tomcat server, which leads to a path traversal condition in the Tomcat server. This misconfiguration exposes unintended endpoints that should not be accessible to external users, potentially allowing attackers to access sensitive resources and functionality.

Critical Impact

Unauthenticated remote attackers can exploit the NGINX-to-Tomcat misconfiguration to traverse the file system and access restricted endpoints, potentially leading to complete system compromise with high impact on confidentiality, integrity, and availability.

Affected Products

  • Pascom Cloud Phone System (versions before 7.20.x)
  • Igniterealtime Openfire
  • Igniterealtime Openfire 4.5.0

Discovery Timeline

  • 2022-03-18 - CVE-2021-45967 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-45967

Vulnerability Analysis

This vulnerability (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) stems from an architectural security flaw in the Pascom Cloud Phone System deployment. When NGINX acts as a reverse proxy in front of a Tomcat application server, improper configuration of URL path handling creates a path traversal condition. The NGINX server fails to properly normalize and validate request paths before forwarding them to the Tomcat backend.

The misconfiguration allows attackers to craft specially-formed HTTP requests that bypass NGINX's intended path restrictions. When these malicious requests reach the Tomcat server, they are interpreted in a way that grants access to endpoints and resources that should be protected from external access.

Root Cause

The root cause is a configuration mismatch between how NGINX processes and forwards URL paths versus how the Tomcat server interprets those same paths. This inconsistency in path normalization between the two components creates a security gap. NGINX may consider a path as valid and within scope while Tomcat interprets path traversal sequences (such as ../ or encoded variants) differently, ultimately resolving to locations outside the intended directory structure.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker sends crafted HTTP requests to the NGINX reverse proxy containing path traversal sequences. Due to the configuration error, these requests are forwarded to the Tomcat backend where the traversal sequences are processed, allowing access to unintended endpoints. The exploitation requires no privileges, making this vulnerability particularly dangerous in internet-facing deployments.

The attack flow involves:

  1. Attacker crafts malicious HTTP requests with path traversal sequences
  2. NGINX reverse proxy fails to properly sanitize or block the traversal patterns
  3. Requests are forwarded to the Tomcat backend server
  4. Tomcat interprets the path traversal, exposing restricted endpoints
  5. Attacker gains unauthorized access to sensitive resources

For detailed technical analysis, refer to the Kerbit Blog Research Post and Tutorial Boy Blog Story.

Detection Methods for CVE-2021-45967

Indicators of Compromise

  • HTTP requests containing path traversal sequences such as ../, ..%2f, %2e%2e/, or similar encoded variants targeting Pascom endpoints
  • Unusual access patterns to Tomcat-served endpoints that bypass normal application routing
  • Access log entries showing successful requests to administrative or internal-only endpoints from external IP addresses
  • Unexpected file system access or resource retrieval from the Tomcat server

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns
  • Configure NGINX access logging to capture full request URIs and monitor for traversal attempts
  • Deploy intrusion detection systems (IDS) with signatures for path traversal attacks against Java application servers
  • Enable Tomcat access logging and correlate with NGINX logs to identify requests that bypass intended routing

Monitoring Recommendations

  • Monitor NGINX and Tomcat access logs for requests containing encoded or double-encoded directory traversal sequences
  • Set up alerts for access to administrative endpoints from non-administrative networks or IP addresses
  • Implement anomaly detection for unusual URL patterns or request volumes to backend Tomcat endpoints
  • Review application error logs for path resolution failures that may indicate exploitation attempts

How to Mitigate CVE-2021-45967

Immediate Actions Required

  • Upgrade Pascom Cloud Phone System to version 7.20.x or later immediately
  • Review and harden NGINX reverse proxy configuration to properly normalize and validate all request paths before forwarding
  • Implement strict URL filtering at the NGINX layer to block any requests containing path traversal sequences
  • Restrict network access to the Tomcat backend server to only accept connections from the NGINX reverse proxy

Patch Information

Pascom has addressed this vulnerability in Cloud Phone System version 7.20.x and later releases. Organizations should update to the latest available version as documented in the Pascom Release Notes. Additional details specific to version 19 updates can be found in the Pascom Release Notes for Version 19.

Workarounds

  • If immediate patching is not possible, implement WAF rules to block all requests containing path traversal patterns (../, encoded variants)
  • Configure NGINX to perform strict path normalization using merge_slashes on and validate resolved paths before proxying
  • Add Tomcat security constraints to restrict access to sensitive endpoints based on client IP or authentication status
  • Deploy network segmentation to isolate the Pascom system from untrusted networks until patching is complete
bash
# Example NGINX configuration hardening
# Add to server block to help mitigate path traversal

# Normalize slashes and reject suspicious patterns
merge_slashes on;

# Block requests with path traversal sequences
location ~ (\.\./|\.\.\\|%2e%2e|%252e) {
    deny all;
    return 403;
}

# Restrict proxy paths to intended endpoints only
location /api/ {
    # Ensure path is normalized before proxying
    proxy_pass http://tomcat_backend/api/;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPascom Cloud Phone System

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability89.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • Kerbit Blog Research Post

  • Tutorial Boy Blog Story

  • Pascom Release Notes

  • Pascom Release Notes for Version 19
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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