Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2916+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-13684: Improper Output Encoding in Synology DSM SCGI Enables Unauthenticated File Read/Write
CVE-2026-13684: Improper Output Encoding in Synology DSM SCGI Enables Unauthenticated File Read/Write

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-13684

CVE-2026-13684: Improper Output Encoding in Synology DSM SCGI Enables Unauthenticated File Read/Write

An output-encoding flaw in Synology DSM's SCGI component lets unauthenticated attackers read/write files and cause DoS. CVSS 9.8.

Dylan H.

Security Team

September 19, 2026
4 min read

Affected Products

  • Synology DiskStation Manager (DSM) prior to 7.2.1-69057-12
  • Synology DiskStation Manager (DSM) prior to 7.2.2-72806-9
  • Synology DiskStation Manager (DSM) prior to 7.3.2-86009-4
  • Synology DiskStation Manager (DSM) prior to 7.4-90075

Executive Summary

Synology has patched a second critical, unauthenticated vulnerability disclosed alongside CVE-2026-13639 in the same bundled advisory, Synology-SA-26:13. Tracked as CVE-2026-13684 (CVSS 9.8), the flaw is an improper encoding or escaping of output issue in DSM's SCGI (Simple Common Gateway Interface) handling. Per NVD, it "allows remote attackers to read or write arbitrary files and conduct denial-of-service attacks" — with no authentication or user interaction required.

SCGI is a backend protocol DSM uses to pass requests between its web-facing components and internal services, similar in role to FastCGI. An output-encoding failure in that path means data crossing the SCGI boundary isn't safely escaped before it's interpreted downstream, giving an attacker a way to manipulate what the receiving service does with it.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-13684
CWEImproper Encoding or Escaping of Output
CVSS Score9.8 (Critical) — AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
ComponentSCGI
Attack VectorNetwork
Privileges RequiredNone
User InteractionNone
AdvisorySynology-SA-26:13
ReservedJune 29, 2026
PublishedSeptember 18, 2026

Root Cause

SCGI is used internally to relay requests from DSM's front-end web server to backend service processes. When output crossing that interface isn't properly encoded or escaped, an attacker who can influence the request can smuggle data that the receiving SCGI backend interprets as something other than plain content — for example, extra protocol fields or unintended file paths. Synology's severity assessment (unauthenticated arbitrary file read/write plus denial-of-service) indicates the encoding gap is reachable and impactful enough to manipulate what the backend reads or writes without any prior authentication.


Affected Products

ProductAffected VersionsFixed Version
Synology DSMPrior to 7.2.1-69057-127.2.1-69057-12
Synology DSMPrior to 7.2.2-72806-97.2.2-72806-9
Synology DSMPrior to 7.3.2-86009-47.3.2-86009-4
Synology DSMPrior to 7.4-900757.4-90075

This is one of two critical, unauthenticated flaws Synology patched in the same advisory — the other, CVE-2026-13639, is an insufficient-entropy issue in DSM's login logic, also CVSS 9.8. A third bundled issue, CVE-2026-13635, discloses non-sensitive information to unauthenticated attackers. All three ship in the same fixed builds, so a single DSM update resolves the full set.


Impact of Successful Exploitation

ImpactDescription
Arbitrary File Read/WriteUnauthenticated access to files outside intended SCGI request scope
Denial of ServiceAbility to disrupt the backend service or DSM availability
No Authentication BarrierExposure scales directly with how many DSM instances are network-reachable

Remediation

  1. Update DSM immediately to 7.4-90075, 7.3.2-86009-4, 7.2.2-72806-9, or 7.2.1-69057-12, matching your installed major version. Synology has published no workaround.
  2. Restrict DSM's management interface to trusted networks — never expose it directly to the internet.
  3. Patch CVE-2026-13639 and CVE-2026-13635 in the same maintenance window; all three ship together.
  4. Review file-integrity and access logs for anomalous reads/writes predating the patch.

Detection Indicators

IndicatorDescription
Malformed or unexpected SCGI request payloadsPossible output-encoding exploitation attempt
File access or modification outside expected service scopeSign of successful arbitrary file read/write
Unexplained crashes or restarts in DSM backend servicesPossible denial-of-service exploitation
Internet-facing DSM management portsIncreases exposure to remote, unauthenticated attack

References

  • NVD — CVE-2026-13684
  • Synology Product Security Advisory — Synology-SA-26:13
#CVE-2026-13684#Synology#DSM#SCGI#NAS Security

Related Articles

CVE-2026-13639: Insufficient Entropy in Synology DSM Login Lets Unauthenticated Attackers Read/Write Files

A predictable-token flaw in Synology DSM's login logic lets unauthenticated remote attackers read/write files and cause DoS. CVSS 9.8.

4 min read

CVE-2026-40541: Cross-Site Scripting Flaw in Synology Chat Server Enables File Tampering

Synology Chat Server's unsanitized link-preview domain lets authenticated users read/write arbitrary DSM files and cause denial-of-service.

6 min read

CVE-2025-12686: Synology BeeStation OS Critical Buffer Overflow RCE

Buffer overflow in Synology BeeStation OS AdminCenter lets unauthenticated attackers execute code remotely (CVSS 9.8) — patch to 1.3.2-65648 now.

4 min read
Back to all Security Alerts