Post-authentication command injection in Zyxel VMG3625-T50B TR-369 certificate download CGI
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.
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.
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.
Mitigation
If you can’t patch tonight, do this now.
Remediation
Patch, then assume compromise.
Exploits
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
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.
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.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
Recent activity
10 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Unknown (listed as a trending CVE affecting Zyxel products).
Unknown (listed as a trending CVE affecting Zyxel; no technical details provided in the content).
Post-authentication command injection enabling authenticated administrators to execute OS commands via the TR-369 certificate download CGI.
A high-severity post-authentication command injection vulnerability in Zyxel devices (patched).
The version that knows your environment.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.