LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32722: Uncontrolled Resource Consumption in GlobalNewFiles

GlobalNewFiles is a mediawiki extension. Versions prior to 48be7adb70568e20e961ea1cb70904454a671b1d are affected by an uncontrolled resource consumption vulnerability. A large amount of page moves within a short space of time could overwhelm Database servers due to improper handling of load balancing and a lack of an appropriate index. As a workaround, one may avoid use of the extension unless additional rate limit at the MediaWiki level or via PoolCounter / MySQL is enabled. A patch is available in version 48be7adb70568e20e961ea1cb70904454a671b1d.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
description · low confidence lookup

Database 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-32722Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
mirahezeGlobalNewFiles< 48be7adb70568e20e961ea1cb70904454a671b1dListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.