CVE-2022-23134
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 · uneditedAfter the initial setup process, some steps of setup.php file are reachable not only by super-administrators, but by unauthenticated users as well. Malicious actor can pass step checks and potentially change the configuration of Zabbix Frontend.
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 confidenceZabbix Frontend contains an access control vulnerability in setup.php where certain configuration steps remain accessible to unauthenticated users after initial setup completion. Attackers can bypass step verification checks to access configuration pages intended only for super-administrators, potentially allowing modification of frontend settings.
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= 34= 35= 9.0>= 5.4.0, <= 5.4.8= 6.0.0CVSS 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
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
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 Zabbix Frontend installationLocate Zabbix Frontend files. Common paths include /usr/share/zabbix/, /var/www/html/zabbix/, or check your web server document root for 'setup.php' and 'index.php' files.Affected if Zabbix Frontend is installed on the system.
-
Check installed Zabbix versionFind the version file. In Zabbix Frontend installations, check include/version.php or similar version definition files for the installed version number.Affected if The installed version falls within 5.4.0 to 5.4.8, equals 6.0.0, or is an unspecified version derived from affected Fedora/Debian packages (Fedora 34/35, Debian 9.0).
-
Verify setup.php is accessibleAttempt to access the setup.php file via HTTP/HTTPS request to the Zabbix web interface, for example: GET /zabbix/setup.phpAffected if The setup.php file returns a response rather than a 404 or 403 error.
-
Confirm setup has been completedCheck if the Zabbix configuration file (zabbix.conf.php or similar) exists in the include/ directory, indicating initial setup was completed.Affected if Initial setup was completed (configuration file exists) but setup.php remains accessible to unauthenticated users.
-
Test unauthenticated access to setup stepsSend requests to setup.php with various step parameters (such as ?step=1, ?step=2, or similar) without providing authentication credentials.Affected if Setup configuration steps are reachable without authentication after initial setup is complete.
A system is affected if it runs Zabbix Frontend versions 5.4.0-5.4.8 or 6.0.0, the setup.php file is web-accessible, initial setup has been completed, and unauthenticated users can access setup configuration steps.
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 · scopedRestrict access to setup.php steps to authenticated super-administrators only, or ensure the setup process properly terminates all access upon completion. Consider disabling or removing the setup.php file after initial configuration.
Zabbix 5.4.9 or later / Zabbix 6.0.1 or later (or latest stable 6.x release)
- 1. Backup your current Zabbix database and configuration files before upgrading
- 2. For Debian/Fedora systems: update your package repository and upgrade the Zabbix packages using your package manager (apt-get upgrade or dnf update)
- 3. For Zabbix 5.4.x: upgrade to Zabbix 5.4.9 or later
- 4. For Zabbix 6.0.x: upgrade to Zabbix 6.0.1 or later
- 5. After upgrade, verify that the setup.php file is properly protected and only accessible during initial installation
- 6. Review Zabbix frontend configuration to ensure no unauthorized changes were made
- 7. Restart Zabbix services if required by the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.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 $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-23134 — 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-23134 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