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-13639: Insufficient Entropy in Synology DSM Login Lets Unauthenticated Attackers Read/Write Files
CVE-2026-13639: Insufficient Entropy in Synology DSM Login Lets Unauthenticated Attackers Read/Write Files

Critical Security Alert

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

SECURITYCRITICALCVE-2026-13639

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.

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 critical insufficient-entropy vulnerability (CVE-2026-13639, CVSS 9.8) in the login logic of DiskStation Manager (DSM), the web-based operating system that runs on the company's NAS appliances. Per NVD, the flaw "allows remote attackers to read or write arbitrary files and conduct denial-of-service attacks" — and critically, it requires no authentication and no user interaction to trigger.

The bug was disclosed alongside a companion flaw, CVE-2026-13684, in Synology's bundled advisory Synology-SA-26:13, which patches eight DSM issues in total. CVE-2026-13639 and CVE-2026-13684 are the two rated critical and unauthenticated; the remaining six require an authenticated session (some requiring admin privileges) and are rated lower.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-13639
CWECWE-331 (Insufficient Entropy)
CVSS Score9.8 (Critical) — AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
ComponentDSM login logic
Attack VectorNetwork
Privileges RequiredNone
User InteractionNone
AdvisorySynology-SA-26:13
ReservedJune 29, 2026
PublishedSeptember 18, 2026

Root Cause

The flaw lives in how DSM's login logic generates values that are supposed to be unpredictable — most likely a session token, nonce, or similar identifier used during authentication. When that value is derived from a weak or insufficiently random source, an attacker can predict or brute-force it far more easily than the design assumes. Synology and NVD's combined severity assessment — unauthenticated arbitrary file read/write and denial-of-service — indicates the predictable value can be leveraged to bypass or subvert the login flow entirely rather than just weakening session security at the margins.

Because no credentials or user interaction are required, any DSM instance reachable on the network is a viable target, not just ones with weak admin passwords or exposed management ports.


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

A related flaw disclosed in the same advisory, CVE-2026-13684 (also CVSS 9.8), is an improper output-encoding issue in DSM's SCGI component with the same unauthenticated file read/write and DoS impact. A third issue in the bundle, CVE-2026-13635, allows a remote attacker to obtain non-sensitive information. Organizations patching DSM should treat all three as part of the same update cycle.


Impact of Successful Exploitation

ImpactDescription
Arbitrary File Read/WriteUnauthenticated access to files on the NAS outside intended scope
Denial of ServiceAbility to disrupt DSM availability without any prior access
Full NAS ExposureSince no credentials are needed, exposure scales with how many DSM instances are internet-facing

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 — patching is the only fix.
  2. Do not expose DSM's management interface directly to the internet. Place it behind a VPN or Synology's QuickConnect/reverse-proxy options with access restricted to trusted networks.
  3. Audit login and access logs for unusual authentication activity in the period before patching.
  4. Apply the fix for CVE-2026-13684 and CVE-2026-13635 in the same maintenance window, since they ship in the same DSM builds.

Detection Indicators

IndicatorDescription
Unexpected authentication attempts with malformed or repeated tokensPossible entropy-prediction exploitation attempt
File access or modification outside expected user/package scopeSign of successful arbitrary file read/write
Unexplained DSM service restarts or crashesPossible denial-of-service exploitation
Internet-facing DSM management portsIncreases exposure to remote, unauthenticated attack

References

  • NVD — CVE-2026-13639
  • Synology Product Security Advisory — Synology-SA-26:13
#CVE-2026-13639#Synology#DSM#Insufficient Entropy#NAS Security

Related Articles

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.

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