Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
HighPublic exploit

Post-authentication command injection in Zyxel VMG3625-T50B TR-369 certificate download CGI

IdentifiersCVE-2026-1459CWE-78· Improper Neutralization of Special…

CVE-2026-1459 is a post-authentication command injection vulnerability in the TR-369 certificate download CGI program of Zyxel VMG3625-T50B firmware through version 5.50(ABPM.9.7)C0. The flaw allows an authenticated attacker with administrator privileges to inject and execute operating system commands on the affected device via the certificate download functionality. The issue affects the device management web/CGI surface and is one of several Zyxel command-injection flaws disclosed in the same advisory.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows authenticated remote execution of OS commands on the affected Zyxel device in the context of the vulnerable service. This can enable full compromise of the device, including modification of configuration, persistence, use of the router as a pivot point, interception or manipulation of network traffic, and disruption of device operation.

Mitigation

If you can’t patch tonight, do this now.

Restrict administrative access to trusted management networks only, disable unnecessary remote administration exposure, and ensure WAN-side management access is not enabled unless strictly required. Reduce the likelihood of post-authentication exploitation by changing default or weak administrator credentials, enforcing strong unique passwords, and monitoring for suspicious administrative access or unexpected command execution behavior. Until patches are applied, minimize exposure of the management interface and certificate-management functionality to untrusted users.

Remediation

Patch, then assume compromise.

Upgrade the Zyxel VMG3625-T50B to firmware newer than 5.50(ABPM.9.7)C0 when the vendor-provided fixed release is available. More generally, apply the latest firmware updates from Zyxel support channels or, for ISP-managed devices, obtain the patched firmware from the ISP. If the device is no longer supported, replacement should be considered.
PUBLIC EXPLOITS

Exploits

1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.

VALID 1 / 1 TOTALView more in app
CVE-2026-1459-POCMaturityPoCVerified exploit

This repository is a small standalone Python proof-of-concept exploit for CVE-2026-1459. It contains one executable script, CVE-2026-1459-shell.py, and a short README describing scope and affected firmware. The script is not part of a larger exploit framework. The exploit flow has two stages. First, it authenticates to the router's web interface using valid administrator credentials. To do this, it requests the router's RSA public key from /getRSAPublickKey, generates a random AES key and IV, encrypts the login payload with AES-CBC, encrypts the AES key with RSA PKCS#1 v1.5, and submits the encrypted login request to /UserLogin. It then decrypts the server response and extracts a session key used as a CSRF token. Second, it exploits a command injection vulnerability in /cgi-bin/TR369Certificates by sending a GET request with action=download and a malicious name parameter. The injected shell payload is x;echo root:{root_pass}|chpasswd;, which changes the root account password on the device. If successful, the operator can then SSH to the router as root using the supplied password. The README notes that this password change is temporary and resets on reboot. Repository structure is minimal and purpose-built: one Python script implementing crypto helpers, login logic, and exploitation logic; one README summarizing usage and affected targets. The exploit is operational rather than a mere detector because it performs authenticated exploitation and delivers a concrete post-exploitation outcome, but the payload is hardcoded to password change rather than being broadly customizable.

Toouch67Disclosed Apr 23, 2026pythonmarkdownwebnetwork
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
Zyxel CommunicationsDx5401-B1 Firmwareoperating_system
Zyxel CommunicationsEmg3525-T50b Firmwareoperating_system
Zyxel CommunicationsEmg5523-T50b Firmwareoperating_system
Zyxel CommunicationsVmg3625-T50b Firmwareoperating_system
Zyxel CommunicationsVmg3625-T50c Firmwareoperating_system
Zyxel CommunicationsVmg8623-T50b Firmwareoperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity6

Community discussion across Reddit, Mastodon, and other social sources.