<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Synology — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/synology/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 27 May 2026 09:18:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/synology/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2025-30028: Synology Active Backup for Business Arbitrary File Read</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2025-30028/</link><pubDate>Wed, 27 May 2026 09:18:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2025-30028/</guid><description>CVE-2025-30028 is a vulnerability in Synology Active Backup for Business that allows unauthorized remote attackers to read arbitrary files due to improper neutralization of special elements used in an SQL Command ('SQL Injection').</description><content:encoded><![CDATA[<p>CVE-2025-30028 is a security vulnerability affecting Synology Active Backup for Business. This vulnerability allows unauthorized remote attackers to read arbitrary files on the system. The root cause is an Improper Neutralization of Special Elements used in an SQL Command, also known as SQL Injection. An attacker can exploit this vulnerability without authentication, posing a significant risk to the confidentiality of data stored within Active Backup for Business. This vulnerability was disclosed on May 27, 2026.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker sends a crafted HTTP request to the Active Backup for Business server.</li>
<li>The request exploits an SQL injection vulnerability within the application&rsquo;s handling of user-supplied input.</li>
<li>The injected SQL code bypasses authentication and authorization checks.</li>
<li>The attacker crafts the SQL injection payload to read arbitrary files from the file system.</li>
<li>The application executes the malicious SQL query against the database.</li>
<li>The database returns the contents of the requested file to the application.</li>
<li>The application sends the contents of the file back to the attacker in the HTTP response.</li>
<li>The attacker obtains unauthorized access to sensitive data stored on the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-30028 allows unauthorized remote attackers to read arbitrary files on a Synology Active Backup for Business server. This could lead to the exposure of sensitive data, including backup configurations, user credentials, and protected data stored within the backups. The vulnerability has a CVSS v3.1 score of 8.6, indicating a high severity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the security update provided by Synology as detailed in their advisory: <a href="https://www.synology.com/en-global/security/advisory/Synology_SA_25_02">https://www.synology.com/en-global/security/advisory/Synology_SA_25_02</a>.</li>
<li>Deploy the Sigma rule provided below to detect potential exploitation attempts against Active Backup for Business.</li>
<li>Monitor web server logs for suspicious SQL injection attempts targeting Active Backup for Business endpoints using the provided Sigma rule.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2025-30028</category><category>sql-injection</category><category>synology</category></item><item><title>CVE-2025-13392 - Synology DiskStation Manager (DSM) Authentication Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2025-13392-dsm-auth-bypass/</link><pubDate>Wed, 27 May 2026 09:17:49 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2025-13392-dsm-auth-bypass/</guid><description>Synology DiskStation Manager (DSM) before 7.2.2-72806-5 and 7.3.1-86003-1 is vulnerable to improper checks for unusual or exceptional conditions in SSO, allowing remote attackers to bypass authentication with prior knowledge of the distinguished name (DN).</description><content:encoded><![CDATA[<p>CVE-2025-13392 describes an authentication bypass vulnerability affecting the SSO component of Synology DiskStation Manager (DSM). The vulnerability exists in versions prior to 7.2.2-72806-5 and 7.3.1-86003-1, while version 7.2.1-69057 is not affected. A remote attacker with prior knowledge of the distinguished name (DN) can exploit this flaw to bypass authentication. This vulnerability enables unauthorized access to Synology DiskStation Manager devices. Successful exploitation allows attackers to gain administrative access to the device and the data it stores. Given the widespread use of Synology NAS devices for both personal and business data storage, this vulnerability poses a significant risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable Synology DSM instance running a version prior to 7.2.2-72806-5 or 7.3.1-86003-1.</li>
<li>Attacker obtains the distinguished name (DN) of a valid user account. This could be achieved through reconnaissance or data breaches.</li>
<li>Attacker crafts a malicious authentication request to the SSO service, leveraging the improper checks for unusual or exceptional conditions.</li>
<li>The crafted request utilizes the known DN to bypass the authentication process.</li>
<li>The SSO service incorrectly validates the malicious authentication request.</li>
<li>The attacker gains unauthorized access to the DSM instance with the privileges associated with the user whose DN was used.</li>
<li>The attacker can now access and modify files, settings, and configurations within the DSM.</li>
<li>The attacker can install malware, exfiltrate sensitive data, or disrupt services.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-13392 allows remote attackers to bypass authentication on Synology DiskStation Manager (DSM) devices. This can lead to complete compromise of the device and the data stored on it, including sensitive personal and business information. The impact can range from data theft and ransomware attacks to disruption of critical services provided by the NAS. Given the high CVSS score of 8.1, this vulnerability is considered a critical threat.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Synology DiskStation Manager (DSM) to versions 7.2.2-72806-5 or 7.3.1-86003-1, or later to patch CVE-2025-13392.</li>
<li>Monitor network traffic for suspicious authentication attempts to the Synology DSM SSO service. Deploy the Sigma rules provided to detect anomalous SSO authentication patterns.</li>
<li>Implement strong password policies and multi-factor authentication to mitigate the impact of potential credential compromise, although this vulnerability bypasses authentication entirely with a known DN.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authentication-bypass</category><category>cve-2025-13392</category><category>synology</category></item><item><title>Synology BeeDrive DLL Hijacking Vulnerability (CVE-2023-52945)</title><link>https://feed.craftedsignal.io/briefs/2026-05-synology-beedrive-dll-hijacking/</link><pubDate>Wed, 27 May 2026 09:17:32 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-synology-beedrive-dll-hijacking/</guid><description>Synology BeeDrive for desktop before 1.3.2-13814 is vulnerable to an uncontrolled search path element, allowing local users to execute arbitrary code through a maliciously placed OpenSSL DLL component.</description><content:encoded><![CDATA[<p>Synology BeeDrive for desktop is susceptible to an uncontrolled search path element vulnerability in its OpenSSL DLL component. This flaw, identified as CVE-2023-52945, allows a local attacker to execute arbitrary code on the system. The vulnerability exists in versions prior to 1.3.2-13814. An attacker can exploit this by placing a malicious OpenSSL DLL in a directory that BeeDrive searches before the legitimate system directory. Due to the BeeDrive application loading the DLL, the attacker&rsquo;s code will be executed within the context of the BeeDrive process, potentially granting them elevated privileges or access to sensitive data. This vulnerability poses a significant risk to systems where BeeDrive is installed, as it can be exploited to compromise the system&rsquo;s integrity and confidentiality.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies that Synology BeeDrive loads an OpenSSL DLL component.</li>
<li>The attacker determines the DLL search order used by BeeDrive, likely by observing process monitor logs.</li>
<li>The attacker creates a malicious OpenSSL DLL that contains arbitrary code to be executed.</li>
<li>The attacker places the malicious DLL in a directory that BeeDrive searches before the legitimate OpenSSL DLL location (e.g., the application directory, a user-controlled directory in the system&rsquo;s PATH).</li>
<li>The attacker launches Synology BeeDrive.</li>
<li>BeeDrive loads the malicious OpenSSL DLL from the attacker-controlled directory instead of the legitimate one.</li>
<li>The attacker&rsquo;s arbitrary code within the malicious DLL is executed within the context of the BeeDrive process.</li>
<li>The attacker gains control of the BeeDrive process and can perform actions such as escalating privileges, stealing credentials, or installing malware.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2023-52945 allows a local user to execute arbitrary code with the privileges of the BeeDrive application. This could lead to complete system compromise, including data theft, installation of malware, or denial of service. Since the vulnerability can be exploited by any local user, it increases the attack surface for privilege escalation. The impact is high due to the potential for arbitrary code execution and the ease of exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Synology BeeDrive for desktop to version 1.3.2-13814 or later to patch CVE-2023-52945.</li>
<li>Implement file integrity monitoring for BeeDrive&rsquo;s installation directory to detect unauthorized DLL modifications.</li>
<li>Deploy the Sigma rule <code>Detect BeeDrive Suspicious DLL Loading</code> to identify potentially malicious DLLs loaded by BeeDrive.</li>
<li>Enforce strict access control policies to limit user access to sensitive directories and files, mitigating the impact of local privilege escalation.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>dll-hijacking</category><category>privilege-escalation</category><category>cve-2023-52945</category></item><item><title>CVE-2025-12686 - Synology BeeStation Manager and OS AdminCenter Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2025-12686-beestation-overflow/</link><pubDate>Wed, 27 May 2026 09:17:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2025-12686-beestation-overflow/</guid><description>A buffer overflow vulnerability exists in the AdminCenter component of Synology BeeStation Manager (BSM) and BeeStation OS before version 1.3.2-65648, allowing remote attackers to execute arbitrary code through unspecified vectors (CVE-2025-12686).</description><content:encoded><![CDATA[<p>CVE-2025-12686 describes a critical buffer overflow vulnerability affecting the AdminCenter component within Synology BeeStation Manager (BSM) and BeeStation OS. This vulnerability, present in versions prior to 1.3.2-65648, allows remote attackers to execute arbitrary code on the affected system. Due to insufficient input validation during buffer copying operations, an attacker can potentially overwrite memory regions, leading to arbitrary code execution. This vulnerability poses a significant risk to BeeStation devices, potentially allowing attackers to gain complete control of the device and any data stored on it.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable BeeStation device running a version of BeeStation Manager (BSM) or BeeStation OS prior to 1.3.2-65648.</li>
<li>The attacker crafts a malicious input designed to exploit the buffer overflow within the AdminCenter component. The specific attack vector is unspecified, but involves sending data to AdminCenter.</li>
<li>The attacker sends the crafted input to the vulnerable AdminCenter component.</li>
<li>The AdminCenter component processes the input without properly validating its size.</li>
<li>The input overflows the allocated buffer during a copy operation, overwriting adjacent memory regions.</li>
<li>The attacker overwrites critical memory locations, such as function return addresses or code pointers, with attacker-controlled values.</li>
<li>When the function attempts to return or execute the overwritten code pointer, control is transferred to the attacker&rsquo;s code.</li>
<li>The attacker executes arbitrary code on the BeeStation device, potentially gaining full system control.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-12686 allows a remote attacker to execute arbitrary code on a vulnerable Synology BeeStation device. This can lead to complete system compromise, including unauthorized access to sensitive data, modification of system settings, and the potential use of the device as a foothold for further attacks within the network. Given the high CVSS score of 9.8, the impact of this vulnerability is considered critical.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Synology BeeStation Manager (BSM) and BeeStation OS to version 1.3.2-65648 or later to patch CVE-2025-12686.</li>
<li>Monitor network traffic for suspicious activity targeting BeeStation devices, such as unusually large requests to AdminCenter, to potentially detect exploitation attempts.</li>
<li>Deploy the following Sigma rules to detect potential exploitation attempts (see below).</li>
<li>Review Synology&rsquo;s security advisory Synology_SA_25_12 for further mitigation guidance.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>cve-2025-12686</category><category>buffer-overflow</category><category>remote-code-execution</category><category>synology</category></item></channel></rss>