CVE-2026-6643
Received
Received - Intake
Stack-Based Buffer Overflow in ADM VPN Client Enables RCE
Publication date: 2026-04-20
Last updated on: 2026-04-22
Assigner: ASUSTOR, Inc.
Description
Description
A stack-based buffer overflow vulnerability was found in the VPN Clients on the ADM. The issue stems from the use of unbounded sscanf() and passing user-controlled data directly to printf(). Due to the lack of PIE and Stack Canary protections, an authenticated remote attacker can exploit these to execute arbitrary code as the web server user.
Affected products and versions include: from ADM 4.1.0 through ADM 4.3.3.RR42 as well as from ADM 5.0.0 through ADM 5.1.2.REO1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| asustor | data_master | From 5.0.0.ra82 (inc) to 5.1.2.reo1 (exc) |
| asustor | data_master | From 4.1.0.rhu2 (inc) to 4.3.3.RR42 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |