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

Unauthenticated Root RCE in Xspeeder SXZOS vLogin.py

IdentifiersCVE-2025-54322CWE-95· Improper Neutralization of…

CVE-2025-54322 is a critical unauthenticated remote code execution vulnerability in Xspeeder SXZOS through 2025-12-26. The flaw is in the web interface, specifically the vLogin.py script, where attacker-controlled input is insufficiently validated before being base64-decoded and dynamically evaluated as Python code. Available reporting indicates the chkid parameter is the primary injection vector, with title and oIP also used in the vulnerable request flow. Multiple sources describe the root cause as unsafe use of eval() on base64-decoded user input in Django-based authentication logic. A remote attacker can send a crafted HTTP GET request to trigger execution of arbitrary Python code on the target device.

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 a remote, unauthenticated attacker to execute arbitrary code as root on the affected device. This results in full compromise of confidentiality, integrity, and availability of the appliance. An attacker could take complete control of exposed routers or SD-WAN devices, alter configuration, monitor or redirect traffic, steal credentials and sensitive data traversing or stored on the device, deploy persistent malware or botnet payloads, pivot into adjacent networks, or disrupt service entirely.

Mitigation

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

Until a patch is available, restrict or eliminate exposure of the SXZOS web management interface to untrusted networks. Place affected devices behind VPNs or dedicated management networks, enforce IP allowlisting for administrative access, and block external access to the vulnerable web interface and vLogin.py path where feasible. Segment affected appliances from critical internal assets, monitor HTTP requests for suspicious base64-encoded parameters targeting chkid/title/oIP, and watch for signs of unexpected process execution or configuration changes on the device. If exposure cannot be adequately reduced, replacement with alternative networking solutions should be considered.

Remediation

Patch, then assume compromise.

Apply a vendor patch or fixed firmware release from Xspeeder as soon as one becomes available. The vulnerable code path should be corrected by removing dynamic evaluation of user-controlled data, eliminating eval() usage on decoded request parameters, and implementing strict server-side allowlist validation for all inputs processed by vLogin.py, including chkid, title, and oIP. If source-level remediation is possible in managed environments, replace dynamic code execution with safe parsing and enforce authentication and authorization checks before the vulnerable functionality is reachable. The provided content indicates no vendor-provided patch was available at the time of reporting.
PUBLIC EXPLOITS

Exploits

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

VALID 1 / 2 TOTALView more in app
CVE-2025-54322-exploitMaturityPoCVerified exploit

This repository provides a professional proof-of-concept exploit for CVE-2025-54322, a critical pre-authentication remote code execution vulnerability in XSpeeder SXZOS firmware (SD-WAN/Edge Routers). The exploit leverages an unsafe eval() of a base64-decoded 'chkid' parameter in the vLogin.py component, allowing arbitrary Python code execution as root. The main exploit script (cve-2025-54322-exploit.py) is written in Python 3 and offers an interactive pseudo-shell with directory tracking, as well as one-click reverse shell payloads (bash and python) for remote access. The exploit is operational and user-friendly, with advanced output cleaning for Django debug pages and session warm-up via the /webInfos/ endpoint. The repository includes detailed English and Chinese documentation (README.md, README_CN.md) and is intended for authorized security testing. No hardcoded IPs or credentials are present; the user supplies the target URL and reverse shell listener details at runtime.

nkutyDisclosed Dec 31, 2025pythonmarkdownnetwork
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
XspeederSxzosoperating_system

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

ACTIVITY FEED

Recent activity

35 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

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 activity26

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