A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-47267

CVE-2024-47267: Synology Surveillance Station Vulnerability

CVE-2024-47267 is a path traversal flaw in Synology Surveillance Station that allows authenticated administrators to perform limited file writes. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2024-47267 Overview

CVE-2024-47267 is a path traversal vulnerability [CWE-22] in the Archiving Pull functionality of Synology Surveillance Station. The flaw affects versions before 9.2.2-11575 and 9.2.2-9575. Remote authenticated users holding administrator privileges can perform limited file write operations through unspecified vectors. The vulnerability stems from improper limitation of a pathname to a restricted directory. Synology documented the issue in advisory SA-24-25.

Critical Impact

An authenticated administrator can write files outside the intended directory, enabling limited tampering with files accessible to the Surveillance Station service.

Affected Products

  • Synology Surveillance Station versions before 9.2.2-11575
  • Synology Surveillance Station versions before 9.2.2-9575
  • Archiving Pull functionality component

Discovery Timeline

  • 2026-05-27 - CVE-2024-47267 published to the National Vulnerability Database (NVD)
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2024-47267

Vulnerability Analysis

The vulnerability resides in the Archiving Pull functionality of Synology Surveillance Station. This feature retrieves archived recordings from remote sources for storage on the local device. The component fails to properly validate or sanitize pathname inputs before performing file write operations. An attacker can supply traversal sequences such as ../ to direct writes outside the intended archive directory.

Exploitation requires network access to the Surveillance Station web service and valid administrator credentials. The impact is limited to file write operations within the service's permission boundary. The vulnerability does not directly grant code execution or disclose confidential data based on the available advisory information. The Common Weakness Enumeration classification is [CWE-22], Improper Limitation of a Pathname to a Restricted Directory.

Root Cause

The root cause is insufficient input validation on file path parameters processed by the Archiving Pull workflow. The affected code path accepts user-controlled strings and constructs file system paths without canonicalization checks. Directory traversal sequences are not stripped or rejected before the write operation executes.

Attack Vector

The attack vector is network-based and requires high privileges. An authenticated administrator submits a crafted request to the Archiving Pull endpoint. The request includes pathname values containing traversal sequences that resolve outside the intended archive storage directory. The service then writes attacker-controlled content to the resolved location. Synology has not published specific technical details of the exploitation vectors. Refer to the Synology Security Advisory SA-24-25 for vendor-confirmed information.

Detection Methods for CVE-2024-47267

Indicators of Compromise

  • Unexpected files appearing outside the configured Surveillance Station archive directories
  • HTTP requests to Archiving Pull endpoints containing traversal sequences such as ../ or URL-encoded equivalents like %2e%2e%2f
  • Surveillance Station log entries showing file write operations to non-standard paths
  • Administrator account activity from unfamiliar source IP addresses

Detection Strategies

  • Inspect web server and application logs for Archiving Pull requests containing path traversal patterns in parameters
  • Compare file system snapshots of Surveillance Station directories against baseline inventories
  • Correlate administrator authentication events with archiving configuration changes
  • Alert on file creation events in directories outside the documented Surveillance Station storage paths

Monitoring Recommendations

  • Forward Synology DSM and Surveillance Station logs to a centralized logging platform for retention and analysis
  • Monitor administrator account logins, particularly from external networks or new geolocations
  • Track configuration changes to archive destinations and remote pull sources
  • Implement file integrity monitoring on the volume hosting Surveillance Station

How to Mitigate CVE-2024-47267

Immediate Actions Required

  • Upgrade Synology Surveillance Station to version 9.2.2-11575 or 9.2.2-9575 or later
  • Audit administrator accounts and remove unused or unnecessary privileged users
  • Enforce strong authentication and enable two-factor authentication for administrator accounts
  • Restrict network access to the Surveillance Station web interface using firewall rules or VPN

Patch Information

Synology has released fixed versions of Surveillance Station. Apply version 9.2.2-11575 or 9.2.2-9575 or later, depending on the deployment channel. See the Synology Security Advisory SA-24-25 for the full list of fixed releases and download instructions.

Workarounds

  • Limit administrator account access to trusted IP ranges using DSM firewall settings
  • Disable the Archiving Pull feature if it is not in active use
  • Place Surveillance Station behind a reverse proxy that filters traversal sequences from inbound requests
  • Restrict outbound network access from the device to reduce abuse of pull-based workflows
bash
# Configuration example - restrict admin access via DSM Control Panel firewall
# Example iptables-style rule applied through DSM firewall UI:
# Allow administrator access only from internal management subnet
# Source: 10.0.10.0/24  Destination port: 5000,5001  Action: Allow
# All other sources    Destination port: 5000,5001  Action: Deny

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSynology

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Synology Security Advisory SA-24-25
  • Related CVEs
  • CVE-2025-12686: Synology BeeStation OS RCE Vulnerability

  • CVE-2025-66592: Synology Active Backup Privilege Escalation

  • CVE-2024-47268: Synology Surveillance Station Flaw

  • CVE-2026-2237: Synology Storage Manager Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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