Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable CGI with low-privilege auth (PR:L), no user interaction; format string yields limited memory disclosure (C:L) and process crash (A:H), no integrity impact.
Primary rating from Vendor (asustor).
CVSS VectorVendor: asustor
Lifecycle Timeline
2DescriptionCVE.org
A format string vulnerability was found in the Internal Backup on the ADM. The vulnerability occurs because user-controlled task input may be included in an error response and processed through an unsafe format string operation. An authenticated attacker can exploit this issue to disclose memory information or cause denial of service of the affected CGI process. Affected products and versions include: from ADM 4.1.0 through ADM 4.3.3.RUN1 as well as from ADM 5.0.0 through ADM 5.1.3.RI81.
AnalysisAI
Memory disclosure and denial of service in ASUSTOR ADM (versions 4.1.0-4.3.3.RUN1 and 5.0.0-5.1.3.RI81) allow an authenticated attacker to abuse a format string flaw in the Internal Backup component. Because user-controlled task input is echoed into an error response and passed to an unsafe format string operation, the attacker can leak process memory or crash the handling CGI process. No public exploit identified at time of analysis, and the CVE is not listed in CISA KEV.
Technical ContextAI
ADM (ASUSTOR Data Master) is the Linux-based operating system that powers ASUSTOR network-attached storage (NAS) appliances; the affected surface is the Internal Backup feature, which is served through a CGI process in ADM's web management stack. The root cause is CWE-134 (Use of Externally-Controlled Format String): user-supplied task input is passed directly as the format argument to a printf-family function rather than being handled as a data operand of a fixed format specifier. When an attacker embeds conversion specifiers (e.g. %x, %s, %n) in that input, the C library interprets them against the process call stack, enabling reads of adjacent memory or invalid dereferences that terminate the process.
RemediationAI
Upgrade ADM to a fixed release above the affected ranges (later than 4.3.3.RUN1 on the 4.x line and later than 5.1.3.RI81 on the 5.x line) as published in the ASUSTOR advisory at https://www.asustor.com/security/security_advisory_detail?id=67; an exact fixed build number was not included in the provided data, so confirm it against that advisory before deploying. Because exploitation requires an authenticated session, the most effective compensating control until patching is to restrict who can reach the ADM web interface and the Internal Backup feature: remove or disable unnecessary low-privilege accounts, avoid exposing the ADM management interface to the internet (place it behind a VPN or restrict source IPs by firewall), and limit access to the Internal Backup functionality to trusted administrators. The trade-off of locking down the management interface is reduced remote administrative convenience, and disabling accounts may disrupt legitimate backup workflows, so validate these controls against operational needs.
More in Data Master
View allOS command injection in snmp.cgi in ASUSTOR ADM version 3.1.1 allows attackers to execute system commands without authen
Information disclosure in the SNMP settings page in ASUSTOR ADM version 3.1.1 allows attackers to obtain the SNMP passwo
OS command injection in group.cgi in ASUSTOR ADM version 3.1.1 allows attackers to execute system commands as root by mo
OS Command Injection in upload.cgi in ASUSTOR ADM version 3.1.1 allows attackers to execute system commands by modifying
OS command injection in user.cgi in ASUSTOR ADM version 3.1.1 allows attackers to execute system commands as root via th
OS command injection in user.cgi in ASUSTOR ADM version 3.1.1 allows attackers to execute system commands as root via th
Denial-of-service in the login page of ASUSTOR ADM 3.1.1 allows attackers to prevent users from signing in by placing ma
Directory Traversal in downloadwallpaper.cgi in ASUSTOR ADM version 3.1.1 allows attackers to download arbitrary files b
Directory Traversal in upload.cgi in ASUSTOR ADM version 3.1.1 allows attackers to upload files to arbitrary locations b
Directory Traversal in File Explorer in ASUSTOR ADM version 3.1.1 allows attackers to view arbitrary files by modifying
ASUSTOR Data Master 3.1.5 and below allows authenticated remote non-administrative users to upload files to arbitrary lo
Missing verification of a password in ASUSTOR ADM version 3.1.1 allows attackers to change account passwords without ent
Same weakness CWE-134 – Use of Externally-Controlled Format String
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50954
GHSA-88cp-j82v-8ffq