VYPR
Medium severity6.5NVD Advisory· Published Apr 11, 2025· Updated Apr 15, 2026

CVE-2025-32079

CVE-2025-32079

Description

Improper Input Validation vulnerability in The Wikimedia Foundation Mediawiki - GrowthExperiments allows HTTP DoS.This issue affects Mediawiki - GrowthExperiments: from 1.39 through 1.43.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Improper input validation in MediaWiki GrowthExperiments allows users with write access to MediaWiki:GrowthMentors.json to cause a denial of service by supplying non-integer weight values.

Root

Cause

The vulnerability lies in the GrowthExperiments extension for MediaWiki, specifically in the validation of the community configuration page MediaWiki:GrowthMentors.json. The file is processed on each request, and its content must be validated to prevent fatal errors. The validation logic in the StructuredMentorListValidator class is broken due to an unintended side effect of a prior code change (T383330) [1]. This allows the weight field for a mentor to be set to a non-integer value (e.g., a string like "tramvaj") [1].

Attack

Vector

An attacker who has write access to MediaWiki:GrowthMentors.json can craft a malicious JSON payload where a mentor's weight property is not an integer. The content is then stored and processed on subsequent requests. When a user who is assigned that mentor (by user ID) triggers any request that loads mentor data, the extension attempts to pass the weight to the Mentor constructor as an integer, resulting in a type error [1].

Impact

The type error causes a fatal exception that crashes the request, leading to a denial of service condition affecting users who have the mentor assigned. The error is not isolated; it can take down the site for at least those users, making certain pages or API endpoints unavailable [1].

Mitigation

The issue affects GrowthExperiments from version 1.39 through 1.43. The Wikimedia Foundation has resolved the issue as a security task (T384244); users should update to a patched version or apply the fix from the referenced Phabricator task [1].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.