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

CVE-2021-47960: Synology SSL VPN Client Info Disclosure

CVE-2021-47960 is an information disclosure vulnerability in Synology SSL VPN Client that allows remote attackers to access sensitive files via a local HTTP server. This article covers technical details, affected versions, and mitigations.

Published: April 17, 2026

CVE-2021-47960 Overview

CVE-2021-47960 is a files or directories accessible to external parties vulnerability (CWE-552) affecting Synology SSL VPN Client before version 1.4.5-0684. This vulnerability allows remote attackers to access files within the installation directory via a local HTTP server bound to the loopback interface. By leveraging user interaction with a crafted web page, attackers may retrieve sensitive files such as configuration files, certificates, and logs, leading to information disclosure.

Critical Impact

Remote attackers can exfiltrate sensitive VPN configuration files, certificates, and logs through a crafted web page, potentially compromising VPN credentials and enabling further network attacks.

Affected Products

  • Synology SSL VPN Client versions before 1.4.5-0684

Discovery Timeline

  • 2026-04-10 - CVE CVE-2021-47960 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2021-47960

Vulnerability Analysis

The vulnerability exists in how Synology SSL VPN Client implements its local HTTP server component. The application binds an HTTP server to the loopback interface (127.0.0.1 or localhost) for internal communication purposes. However, due to improper access controls, this server fails to adequately restrict which files can be served from the installation directory.

When a user visits a malicious web page, JavaScript executing in the browser can make requests to the localhost server. Because the HTTP server does not properly validate or restrict file access requests, an attacker can craft requests that retrieve arbitrary files from within the VPN client's installation directory. This design flaw enables the exposure of sensitive configuration data, authentication certificates, and operational logs.

Root Cause

The root cause is classified as CWE-552 (Files or Directories Accessible to External Parties). The local HTTP server fails to implement proper access controls or path restrictions, allowing external web content to request and retrieve files that should remain protected. The vulnerability relies on the browser's ability to make cross-origin requests to localhost services, combined with insufficient file access validation on the server side.

Attack Vector

The attack leverages social engineering combined with browser-based exploitation. An attacker crafts a malicious web page containing JavaScript code designed to probe the victim's localhost for the vulnerable Synology SSL VPN Client HTTP server. When the victim browses to this page, the script silently makes requests to retrieve sensitive files from the VPN client's installation directory.

The attack requires user interaction—specifically, the victim must visit the attacker-controlled web page while the Synology SSL VPN Client is running. Files that may be exposed include VPN configuration files containing server addresses and settings, authentication certificates used for VPN connections, and log files that may contain connection history and diagnostic information.

Detection Methods for CVE-2021-47960

Indicators of Compromise

  • Unusual HTTP requests to localhost ports typically used by Synology SSL VPN Client
  • Web browser logs showing cross-origin requests to 127.0.0.1 or localhost from external domains
  • Unexpected file access events within the Synology SSL VPN Client installation directory

Detection Strategies

  • Monitor for anomalous localhost HTTP traffic patterns, particularly requests originating from browser processes
  • Implement browser-level security controls to restrict cross-origin requests to localhost services
  • Deploy endpoint detection solutions to identify suspicious file access patterns targeting VPN configuration directories

Monitoring Recommendations

  • Enable detailed logging for the Synology SSL VPN Client application
  • Monitor network connections from browser processes to localhost addresses
  • Implement file integrity monitoring on VPN client configuration and certificate directories

How to Mitigate CVE-2021-47960

Immediate Actions Required

  • Update Synology SSL VPN Client to version 1.4.5-0684 or later immediately
  • Review VPN configuration files and certificates for potential unauthorized access
  • Consider rotating VPN certificates if exposure is suspected
  • Implement browser security policies that restrict localhost access from external origins

Patch Information

Synology has released a security update addressing this vulnerability in Synology SSL VPN Client version 1.4.5-0684. Users should apply this update as soon as possible. For detailed information, refer to the Synology Security Advisory SA-26-05.

Workarounds

  • Disable or stop the Synology SSL VPN Client when not actively in use
  • Use browser extensions that block cross-origin requests to localhost addresses
  • Implement host-based firewall rules to restrict access to the local HTTP server port
  • Consider using browser profiles or containers to isolate browsing sessions when the VPN client is active

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSynology Ssl Vpn Client

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-552
  • Technical References
  • Synology Security Advisory SA-26-05
  • Related CVEs
  • CVE-2021-47961: Synology SSL VPN Client Password Storage 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