Vulnerabilites related to Wikimedia Foundation - Mediawiki - SecurePoll extension
CVE-2025-53484 (GCVE-0-2025-53484)
Vulnerability from cvelistv5
Published
2025-07-04 17:34
Modified
2025-07-08 17:38
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Summary
User-controlled inputs are improperly escaped in:
*
VotePage.php (poll option input)
*
ResultPage::getPagesTab() and getErrorsTab() (user-controllable page names)
This allows attackers to inject JavaScript and compromise user sessions under certain conditions.
This issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Wikimedia Foundation | Mediawiki - SecurePoll extension |
Version: 1.39.x ≤ Version: 1.42.x ≤ Version: 1.43.x ≤ |
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2025-53484", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-07-07T19:45:03.712194Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-07-08T17:38:09.511Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Mediawiki - SecurePoll extension", "vendor": "Wikimedia Foundation", "versions": [ { "lessThan": "1.39.13", "status": "affected", "version": "1.39.x", "versionType": "semver" }, { "lessThan": "1.42.7", "status": "affected", "version": "1.42.x", "versionType": "semver" }, { "lessThan": "1.43.2", "status": "affected", "version": "1.43.x", "versionType": "semver" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eUser-controlled inputs are improperly escaped in:\u003c/p\u003e\n\u003cp\u003e\u003c/p\u003e\u003cul\u003e\u003cli\u003e\n\u003cp\u003eVotePage.php (poll option input)\u003c/p\u003e\n\u003c/li\u003e\u003cli\u003e\n\u003cp\u003eResultPage::getPagesTab() and getErrorsTab() (user-controllable page names)\u003c/p\u003e\n\u003c/li\u003e\u003c/ul\u003e\u003cp\u003e\u003c/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003eThis allows attackers to inject JavaScript and compromise user sessions under certain conditions.\u003c/p\u003e\n\n\n\u003cp\u003eThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.\u003c/p\u003e" } ], "value": "User-controlled inputs are improperly escaped in:\n\n\n\n\n * \nVotePage.php (poll option input)\n\n\n\n * \nResultPage::getPagesTab() and getErrorsTab() (user-controllable page names)\n\n\n\n\n\n\n\n\n\n\n\n\nThis allows attackers to inject JavaScript and compromise user sessions under certain conditions.\n\n\n\n\nThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2." } ], "impacts": [ { "capecId": "CAPEC-592", "descriptions": [ { "lang": "en", "value": "CAPEC-592 Stored XSS" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or \u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-07-04T17:43:51.693Z", "orgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "shortName": "wikimedia-foundation" }, "references": [ { "url": "https://phabricator.wikimedia.org/T392341" }, { "url": "https://gerrit.wikimedia.org/r/1149669" }, { "url": "https://gerrit.wikimedia.org/r/1149655" } ], "source": { "discovery": "UNKNOWN" }, "title": "SecurePoll: Multiple locations vulnerable to Cross-Site Scripting (XSS) via unescaped input", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "assignerShortName": "wikimedia-foundation", "cveId": "CVE-2025-53484", "datePublished": "2025-07-04T17:34:24.470Z", "dateReserved": "2025-06-30T15:20:44.462Z", "dateUpdated": "2025-07-08T17:38:09.511Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2025-53485 (GCVE-0-2025-53485)
Vulnerability from cvelistv5
Published
2025-07-04 17:39
Modified
2025-07-08 17:38
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-862 - Missing Authorization
Summary
SetTranslationHandler.php does not validate that the user is an election admin, allowing any (even unauthenticated) user to change election-related translation text. While partially broken in newer MediaWiki versions, the check is still missing.
This issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Wikimedia Foundation | Mediawiki - SecurePoll extension |
Version: 1.39.x ≤ Version: 1.42.x ≤ Version: 1.43.x ≤ |
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2025-53485", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-07-07T19:44:55.869471Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-07-08T17:38:04.023Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Mediawiki - SecurePoll extension", "vendor": "Wikimedia Foundation", "versions": [ { "lessThan": "1.39.13", "status": "affected", "version": "1.39.x", "versionType": "semver" }, { "lessThan": "1.42.7", "status": "affected", "version": "1.42.x", "versionType": "semver" }, { "lessThan": "1.43.2", "status": "affected", "version": "1.43.x", "versionType": "semver" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eSetTranslationHandler.php does not validate that the user is an election admin, allowing any (even unauthenticated) user to change election-related translation text. While partially broken in newer MediaWiki versions, the check is still missing.\u003c/p\u003e\n\n\n\u003cp\u003eThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.\u003c/p\u003e" } ], "value": "SetTranslationHandler.php does not validate that the user is an election admin, allowing any (even unauthenticated) user to change election-related translation text. While partially broken in newer MediaWiki versions, the check is still missing.\n\n\n\n\nThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2." } ], "impacts": [ { "capecId": "CAPEC-122", "descriptions": [ { "lang": "en", "value": "CAPEC-122 Privilege Abuse" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-862", "description": "CWE-862 Missing Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-07-04T17:44:31.423Z", "orgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "shortName": "wikimedia-foundation" }, "references": [ { "url": "https://phabricator.wikimedia.org/T392341" }, { "url": "https://gerrit.wikimedia.org/r/149668" } ], "source": { "discovery": "UNKNOWN" }, "title": "SecurePoll: Unauthorized access to SetTranslationHandler allows arbitrary text changes", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "assignerShortName": "wikimedia-foundation", "cveId": "CVE-2025-53485", "datePublished": "2025-07-04T17:39:36.272Z", "dateReserved": "2025-06-30T15:20:44.462Z", "dateUpdated": "2025-07-08T17:38:04.023Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2025-53483 (GCVE-0-2025-53483)
Vulnerability from cvelistv5
Published
2025-07-04 17:28
Modified
2025-07-08 17:38
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-352 - Cross-Site Request Forgery (CSRF)
Summary
ArchivePage.php, UnarchivePage.php, and VoterEligibilityPage#executeClear() do not validate request methods or CSRF tokens, allowing attackers to trigger sensitive actions if an admin visits a malicious site.
This issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Wikimedia Foundation | Mediawiki - SecurePoll extension |
Version: 1.39.x ≤ Version: 1.42.x ≤ Version: 1.43.x ≤ |
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2025-53483", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-07-07T19:45:12.056089Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-07-08T17:38:14.909Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Mediawiki - SecurePoll extension", "vendor": "Wikimedia Foundation", "versions": [ { "lessThan": "1.39.13", "status": "affected", "version": "1.39.x", "versionType": "semver" }, { "lessThan": "1.42.7", "status": "affected", "version": "1.42.x", "versionType": "semver" }, { "lessThan": "1.43.2", "status": "affected", "version": "1.43.x", "versionType": "semver" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eArchivePage.php, UnarchivePage.php, and VoterEligibilityPage#executeClear() do not validate request methods or CSRF tokens, allowing attackers to trigger sensitive actions if an admin visits a malicious site.\u003c/p\u003e\n\n\n\u003cp\u003eThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2.\u003c/p\u003e" } ], "value": "ArchivePage.php, UnarchivePage.php, and VoterEligibilityPage#executeClear() do not validate request methods or CSRF tokens, allowing attackers to trigger sensitive actions if an admin visits a malicious site.\n\n\n\n\nThis issue affects Mediawiki - SecurePoll extension: from 1.39.X before 1.39.13, from 1.42.X before 1.42.7, from 1.43.X before 1.43.2." } ], "impacts": [ { "capecId": "CAPEC-62", "descriptions": [ { "lang": "en", "value": "CAPEC-62 Cross Site Request Forgery" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-352", "description": "CWE-352 Cross-Site Request Forgery (CSRF)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-07-04T17:42:47.575Z", "orgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "shortName": "wikimedia-foundation" }, "references": [ { "url": "https://phabricator.wikimedia.org/T392341" }, { "url": "https://gerrit.wikimedia.org/r/1149618" }, { "url": "https://gerrit.wikimedia.org/r/1149664" } ], "source": { "discovery": "UNKNOWN" }, "title": "SecurePoll: Multiple admin actions vulnerable to Cross-Site Request Forgery", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "c4f26cc8-17ff-4c99-b5e2-38fc1793eacc", "assignerShortName": "wikimedia-foundation", "cveId": "CVE-2025-53483", "datePublished": "2025-07-04T17:28:40.374Z", "dateReserved": "2025-06-30T15:20:44.462Z", "dateUpdated": "2025-07-08T17:38:14.909Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }