Security readout for executives and security teams
Plain-English summary
CVE-2021-32722 can let a logged-in user overload database servers on MediaWiki sites using the GlobalNewFiles extension. The issue is triggered by many page moves in a short period. The business impact is availability loss, not data theft or corruption, based on the supplied CVSS and advisory data.
Executive priority
Treat as a moderate availability risk. Prioritize sites where wiki uptime matters, editor access is broad, or databases are already capacity-constrained. Patch or disable the extension before relying on operational monitoring alone.
Technical view
GlobalNewFiles before commit 48be7adb70568e20e961ea1cb70904454a671b1d mishandles load balancing and lacks an appropriate index. High-volume page moves can cause uncontrolled database resource consumption. CVSS 3.1 is 6.5 with network access, low complexity, low privileges required, no user interaction, and high availability impact only.
Likely exposure
Exposure is limited to MediaWiki deployments running Miraheze GlobalNewFiles before the fixed commit. The attacker needs a low-privileged account capable of generating page moves, so public self-registration or broad editor access increases practical risk.
Exploitation context
The source bundle does not indicate active exploitation, and KEV is false. The vulnerability is a denial-of-service condition against database capacity through rapid page-move activity, not a confidentiality or integrity compromise.
Researcher notes
The issue is CWE-400 uncontrolled resource consumption. The advisory attributes impact to improper load balancing handling and a missing index. Sources name a patch and workaround but do not provide evidence of exploitation in the supplied bundle.
Mitigation direction
- Upgrade GlobalNewFiles to commit 48be7adb70568e20e961ea1cb70904454a671b1d or later.
- Disable the extension until compensating rate limits are confirmed.
- Enable additional rate limiting at the MediaWiki level.
- Use PoolCounter or MySQL-side limits where appropriate, per advisory guidance.
- Monitor database load and page-move activity after remediation.
Validation and detection
- Inventory MediaWiki deployments for the GlobalNewFiles extension.
- Compare installed code to the fixed commit or later.
- Confirm who can perform page moves on affected wikis.
- Review rate limits covering rapid page-move activity.
- Check database performance logs for page-move-related load spikes.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupDatabase behavior lookup
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-32722 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/miraheze/GlobalNewFiles/security/advisories/GHSA-cwv5-c938-5h5hCVE reference · x_refsource_CONFIRM
- https://phabricator.miraheze.org/T7532CVE reference · x_refsource_MISC
- https://github.com/miraheze/GlobalNewFiles/commit/48be7adb70568e20e961ea1cb70904454a671b1dCVE reference · x_refsource_MISC
- https://github.com/miraheze/GlobalNewFiles/pull/17CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
