CVE-2026-49952
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 · uneditedDiscuz! X5.0 releases 20260320 through 20260501 contains an authentication bypass vulnerability that allows unauthenticated remote attackers to gain unauthorized access to database backup and restore functionality by exploiting a shared cryptographic key between UCenter integration and the database backup API exposed by dbbak.php. Attackers can inject a crafted payload through the username parameter during login to abuse the encryption oracle in logging_ctl::logging_more(), obtain a legitimately signed token, and use it to bypass authorization for database export and import operations, with the additional ability to trigger a race condition to impersonate arbitrary users.
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 confidenceDiscuz! X5.0 versions 20260320-20260501 contain an authentication bypass vulnerability in dbbak.php where a shared cryptographic key between UCenter and the database backup API allows attackers to obtain legitimate signed tokens. By injecting a crafted payload through the username parameter during login, attackers abuse an encryption oracle in logging_ctl::logging_more() to bypass authorization for database export/import operations and impersonate users via a race condition.
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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 installed Discuz! X5.0 versionLocate the version file (typically version.php or similar in the root directory) and read the version string. Common paths: ./version.php, ./include/version.php, or check the admin panel System > Basic Settings for version information.Affected if The installed version falls between 20260320 and 20260501 inclusive.
-
Locate and verify dbbak.php presenceCheck for the existence of dbbak.php in the web root or common plugin directories (e.g., ./source/plugin/dbbak/, ./api/dbbak.php, or ./utility/dbbak.php).Affected if The file dbbak.php exists and is accessible via the web server.
-
Check UCenter integration statusExamine the UCenter configuration file (typically ./config/config_ucenter.php or ./uc_client/config.php) and look for UC_KEY or API authentication settings. Verify if UCenter is enabled in admin panel > App > UCenter integration.Affected if UCenter integration is enabled and configured with a shared key.
-
Examine logging_ctl::logging_more() for encryption oracleLocate the logging controller (typically in ./source/class/table/table_common_member_login.php or ./source/module/member/login.php) and inspect the logging_more() function for logic that handles username parameter encryption or logging without proper validation.Affected if The logging_more() function processes username input in a way that could leak encrypted tokens or serve as an oracle.
-
Inspect cryptographic key configurationReview configuration files for shared or duplicate keys used across UCenter (UC_KEY) and database backup functions (e.g., DBbak auth keys in config or plugin settings). Compare key values to determine if they are identical.Affected if The same cryptographic key is used for both UCenter authentication and database backup API operations.
A system is affected if it runs Discuz! X5.0 between versions 20260320-20260501, has accessible dbbak.php, has UCenter integration enabled, contains the vulnerable logging_more() encryption oracle, and uses a shared cryptographic key between UCenter and database backup functions.
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.
From vendor dataDisable the encryption oracle in logging_ctl::logging_more(), implement unique cryptographic keys for UCenter integration versus database backup functions, add proper authentication enforcement to dbbak.php endpoints, and implement race condition protection for user impersonation vectors.
- Consultation6.0 h
- Implementation20.0 h
- Testing10.0 h
- Review / QA6.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $11,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-49952 — 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-49952 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