CVE-2026-53521
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 · uneditedNezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. From version 2.0.14 to before version 2.1.0, PATCH /server/{id} accepts and persists nonexistent ddns_profiles IDs for a member-owned server. If another user later creates a DDNS profile with one of those IDs, the DDNS worker resolves the stored ID and dispatches an update using the other user's DDNS profile configuration in the context of the attacker's server. This issue has been patched in version 2.1.0.
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 confidenceNezha Monitoring versions 2.0.14 through before 2.1.0 contain an Insecure Direct Object Reference (IDOR) vulnerability via PATCH /server/{id}. The endpoint accepts and persists nonexistent ddns_profiles IDs for member-owned servers. When another user later creates a DDNS profile using one of those orphaned IDs, the system's DDNS worker resolves that ID and dispatches updates using the other user's DDNS profile configuration in the context of the attacker's server, enabling cross-user profile hijacking.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- None
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L
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 Nezha Monitoring installation and versionCheck the Nezha Monitoring version by querying the application API, checking the dashboard About page, or inspecting the binary/container version (e.g., docker images, binary --version, or the /api/v1/server/version endpoint if available).Affected if The installed version is 2.0.14 or any version from 2.0.15 through 2.0.x up to but not including 2.1.0.
-
Confirm DDNS feature is enabledNavigate to the Nezha dashboard and check if any DDNS profiles have been created under the server configuration. Alternatively, query the server API endpoint for ddns_profiles configuration.Affected if DDNS profiles exist and are assigned to servers in the environment.
-
Inspect server configurations for orphaned ddns_profiles IDsUse the Nezha API (GET /api/v1/servers) or database query to retrieve all server records and examine the ddns_profile_id fields. Look for IDs that do not exist in the ddns_profiles table or that belong to other users.Affected if Any server record contains a ddns_profile_id that references a profile owned by a different user, or references a profile ID that does not exist in the ddns_profiles table.
-
Review audit logs for DDNS profile assignment changesCheck application logs for PATCH /server/{id} requests that modified ddns_profile_id fields, particularly those assigning IDs that were not pre-existing in the ddns_profiles table.Affected if Logs show PATCH requests assigning non-existent or cross-user ddns_profile_id values to member-owned servers.
You are affected if Nezha Monitoring version 2.0.14 through before 2.1.0 is running, DDNS profiles are in use, and server configurations contain orphaned or cross-user ddns_profile_id references.
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 · scopedUpgrade to Nezha Monitoring version 2.1.0 or later. Until then, consider restricting DDNS profile creation or adding application-level validation to ensure stored ddns_profiles IDs belong to the requesting user.
2.1.0
- 1. Backup your current Nezha Monitoring installation and database
- 2. Check your current Nezha Monitoring version (likely via admin panel or `nezha --version` CLI command)
- 3. Download version 2.1.0 from the official GitHub repository (github.com/nezhahq/nezha)
- 4. Follow the official upgrade instructions for your deployment method (Docker, binary, or source)
- 5. Verify the upgrade was successful by checking the version number
- 6. Test that PATCH /server/{id} now properly validates ddns_profiles IDs before persistence
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-53521 — 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-2026-53521 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