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

CVE-2024-47268: Synology Surveillance Station Flaw

CVE-2024-47268 is an information disclosure vulnerability in Synology Surveillance Station AddOns functionality that enables authenticated administrators to access sensitive data. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2024-47268 Overview

CVE-2024-47268 is a missing authorization vulnerability [CWE-862] in the AddOns functionality of Synology Surveillance Station. The flaw allows remote authenticated users holding administrator privileges to obtain sensitive information through unspecified vectors. Synology addressed the issue in Surveillance Station versions 9.2.2-11575 and 9.2.2-9575. The vulnerability requires high privileges and network access but no user interaction, and it affects confidentiality without impacting integrity or availability.

Critical Impact

Administrator-level attackers can extract sensitive information from Surveillance Station deployments by abusing missing authorization checks in the AddOns component.

Affected Products

  • Synology Surveillance Station versions prior to 9.2.2-11575
  • Synology Surveillance Station versions prior to 9.2.2-9575
  • Synology DiskStation Manager (DSM) deployments running vulnerable Surveillance Station packages

Discovery Timeline

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

Technical Details for CVE-2024-47268

Vulnerability Analysis

The vulnerability resides in the AddOns functionality of Synology Surveillance Station. The component fails to perform proper authorization checks before exposing sensitive resources. An attacker who is already authenticated to the application with administrator privileges can leverage this gap to retrieve information that should be restricted by the application's access control model.

The issue is classified under CWE-862: Missing Authorization. Although administrator credentials are required for exploitation, the flaw still represents a meaningful security boundary violation. In multi-tenant or delegated-administration environments, administrators of one scope should not gain access to data outside their authorized boundaries.

Exploitation does not require user interaction, the attack complexity is low, and the scope is unchanged. Confidentiality impact is high, while integrity and availability remain unaffected.

Root Cause

The root cause is the absence of an authorization check inside the AddOns code path. The application validates that the caller is authenticated, but does not enforce the additional permission required to read the protected resource. As a result, any administrator session can reach data the application logic intended to restrict.

Attack Vector

The attack vector is network-based. An attacker first authenticates to Surveillance Station with administrator credentials, then issues requests against the AddOns endpoints. Because the server omits the required authorization decision, the response returns sensitive information that the attacker would otherwise be unable to retrieve. The Synology advisory does not publicly disclose the specific endpoints or parameters involved.

No public proof-of-concept or exploit code is available. The vulnerability is described in prose by the vendor without further technical details. See the Synology Security Advisory SA-24-25 for the official description.

Detection Methods for CVE-2024-47268

Indicators of Compromise

  • Unexpected administrator-initiated requests to Surveillance Station AddOns endpoints outside normal change windows.
  • Surveillance Station audit log entries showing AddOns enumeration or configuration reads from unfamiliar source IP addresses.
  • Administrator account logins from geographies or networks that do not match the operator's expected access patterns.

Detection Strategies

  • Compare installed Surveillance Station package versions against the fixed builds 9.2.2-11575 and 9.2.2-9575 and flag any host running an earlier version.
  • Review web-server and application logs for HTTP requests targeting AddOns-related paths from administrator sessions, correlating with session origin and timing.
  • Alert on changes to administrator accounts, password resets, or new administrator creation immediately prior to AddOns activity.

Monitoring Recommendations

  • Forward Synology DSM and Surveillance Station logs to a central log platform and retain them long enough to support retrospective investigation.
  • Baseline normal administrator activity in Surveillance Station and alert on deviations such as off-hours access or anomalous request volumes.
  • Monitor for credential reuse and brute-force attempts against Surveillance Station administrator accounts, since exploitation requires valid administrator credentials.

How to Mitigate CVE-2024-47268

Immediate Actions Required

  • Upgrade Surveillance Station to version 9.2.2-11575 or 9.2.2-9575 or later, depending on the DSM release in use.
  • Rotate Surveillance Station administrator credentials and enforce multi-factor authentication on all privileged accounts.
  • Audit the list of accounts holding administrator privileges and remove any that are no longer required.

Patch Information

Synology released fixed builds of Surveillance Station that introduce the missing authorization check. Administrators should install Surveillance Station 9.2.2-11575 or 9.2.2-9575, matching the DSM major version in their environment. Refer to the Synology Security Advisory SA-24-25 for vendor-confirmed fixed versions and download guidance.

Workarounds

  • Restrict network access to Surveillance Station management interfaces to trusted administrative networks using firewall or DSM access-control rules.
  • Disable or remove Surveillance Station administrator accounts that are not actively required until the patch is applied.
  • Place Surveillance Station behind a VPN or reverse proxy that enforces additional authentication controls.
bash
# Configuration example: restrict Surveillance Station access at the network layer
# Replace 192.0.2.0/24 with the administrative network you trust
iptables -A INPUT -p tcp --dport 9900 -s 192.0.2.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 9900 -j DROP

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

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Synology Security Advisory SA-24-25
  • Related CVEs
  • CVE-2026-2237: Synology Storage Manager Vulnerability

  • CVE-2024-47271: Synology Surveillance Station Exposure

  • CVE-2024-47269: Synology Surveillance Station Disclosure Flaw

  • CVE-2025-14713: Synology C2 Identity Credential Exposure
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