CVE-2022-30525
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA OS command injection vulnerability in the CGI program of Zyxel USG FLEX 100(W) firmware versions 5.00 through 5.21 Patch 1, USG FLEX 200 firmware versions 5.00 through 5.21 Patch 1, USG FLEX 500 firmware versions 5.00 through 5.21 Patch 1, USG FLEX 700 firmware versions 5.00 through 5.21 Patch 1, USG FLEX 50(W) firmware versions 5.10 through 5.21 Patch 1, USG20(W)-VPN firmware versions 5.10 through 5.21 Patch 1, ATP series firmware versions 5.10 through 5.21 Patch 1, VPN series firmware versions 4.60 through 5.21 Patch 1, which could allow an attacker to modify specific files and then execute some OS commands on a vulnerable device.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCVE-2022-30525 is a critical OS command injection vulnerability in the CGI program of Zyxel USG FLEX, ATP, and VPN series firewall appliances. The flaw allows authenticated attackers to modify specific configuration files and subsequently execute arbitrary operating system commands on the vulnerable device, achieving full compromise of the network security appliance.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.00, < 5.30>= 5.00, < 5.30>= 5.00, <= 5.30>= 5.00, < 5.30>= 4.60, < 5.30>= 4.60, < 5.30>= 4.60, < 5.30>= 4.60, < 5.30CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the Zyxel device modelAccess the web management interface and locate the device model name, typically found in the dashboard or under System > Status. Alternatively, check the device label or CLI output.Affected if The device model is a USG Flex 100w, USG Flex 200, USG Flex 500, USG Flex 700, VPN50, VPN100, VPN300, or VPN1000.
-
Determine the installed firmware versionIn the web GUI, go to System > Status or Maintenance > Firmware to view the current firmware version. From CLI, use commands such as 'show system-info' or 'sysmond.'Affected if The firmware version is 5.00 or higher but lower than 5.30 for USG Flex models, or 4.60 or higher but lower than 5.30 for VPN models.
-
Verify if the web management interface is exposed to untrusted networksReview firewall rules, NAT configurations, or border router settings to determine whether the Zyxel device HTTP/HTTPS management ports (typically 443, 8443) are accessible from outside the trusted internal network or directly from the internet.Affected if The management interface is reachable from untrusted networks such as the public internet or DMZ segments without VPN or IP restriction.
-
Check for unauthorized configuration changes or new accountsIn the web GUI, review User > Admin Users and Configuration > Backup/Restore for unexpected accounts or configuration modifications. From CLI, use 'show admin-user' or review system logs for suspicious commands.Affected if Unexpected administrator accounts, configuration changes, or commands appear that were not authored by legitimate administrators.
A user is affected if the device is a vulnerable USG Flex or VPN model running firmware in the range 4.60 to 5.29 (or 5.00 to 5.29 for Flex models) AND the management interface is accessible from untrusted networks.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped5.30
Upgrade Zyxel firmware to version 5.21 Patch 2 or later. Until patches are applied, strictly limit administrative access to trusted networks and monitor for indicators of compromise.
Zyxel USG FLEX/VPN/ATP series firmware version 5.30 or later
- 1. Identify the exact model number and current firmware version of the Zyxel device (USG Flex, VPN, or ATP series).
- 2. Download the latest firmware version 5.30 or later from the official Zyxel support website (www.zyxel.com/support/download.shtml).
- 3. Back up the current device configuration through the web management interface or CLI.
- 4. Access the device's web management interface and navigate to Maintenance > Firmware Upgrade.
- 5. Upload the downloaded firmware file (version 5.30 or later) and initiate the upgrade process.
- 6. Wait for the firmware upgrade to complete - do not power off the device during this process.
- 7. After reboot, verify the firmware version has been updated successfully.
- 8. Restore the configuration backup if needed and verify all services are functioning properly.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-30525 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-30525 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data