Semantic MediaWiki is a free, open-source extension to MediaWiki that lets users store and query data within the wiki's pages. In versions 7.0.0 through 7.1.0, Special:Ask accepts a cursor query parameter for keyset pagination (added in 7.0.0). The token is decoded by CursorEncoder, which is an unsigned base64url-encoded JSON blob, so its contents are fully attacker-controlled. When the cursor's sort anchor does not match the request's sort= / order=, QueryCreator::applyCursorIfRequested() builds an error message by interpolating the attacker-controlled sort_prop / sort_order values into a raw string via Query::addErrors(). Unlike SMW's message-key errors, this raw string bypasses the message layer's sanitization (ProcessingErrorMsgHandler::normalizeAndDecodeMessages() passes a non-key, non-encoded string through unchanged). ErrorWidget::queryError() then assembles the errors and passes them to Html::errorBox(), whose first argument is emitted as raw HTML. The result is a reflected cross-site scripting vulnerability: a crafted cursor token containing markup in sort_prop (or sort_order) executes script in the victim's browser on the wiki origin. No authentication or special permission is required. The payload is delivered via a crafted link. Version 7.2.0 contains a fix.
CVE-2026-77616
This medium-severity CVE scores 6.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 77% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.1
- EG Score
- 6.1(medium)
- EG Risk
- 28(Track)EG Risk 28/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity61% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 23%
- KEV
- Not listed
Published
September 18, 2026
Last Modified
September 24, 2026
Advisory Details (2)
Auto-updated Sep 18, 2026SMW 7.2.0
Patch available: SemanticMediaWiki/SemanticMediaWiki 7.2.0
https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases/tag/7.2.0Reflected XSS in `Special:Ask` via a forged cursor pagination token · Advisory · SemanticMediaWiki/SemanticMediaWiki · GitHub
https://github.com/SemanticMediaWiki/SemanticMediaWiki/security/advisories/GHSA-cx86-7xwp-w9wfVendor Advisories for CVE-2026-77616(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Packagist(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| mediawiki/semantic-media-wiki | 7.0.0, 7.1.0 | 7.2.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 15× in last 7d / 15× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-24 21:38 UTCEG score recompute
- 2026-09-24 14:04 UTCEPSS rescore
- 2026-09-24 06:08 UTCEG score recompute
- 2026-09-23 17:54 UTCEPSS rescore
- 2026-09-23 08:11 UTCEG score recompute
- 2026-09-22 16:01 UTCEPSS rescore
- 2026-09-22 10:14 UTCEG score recompute
- 2026-09-21 21:09 UTCEPSS rescore
- 2026-09-21 12:18 UTCEG score recompute
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-19 16:24 UTCEG score recompute
- 2026-09-18 18:27 UTCEG score recompute
- 2026-09-18 17:25 UTCEG score recompute
- 2026-09-18 17:05 UTCEG score recompute
- 2026-09-18 17:04 UTCMITRE cvelistV5first tracked
Related CVEs(same product + same CWE)
Same product
7 shownPackagist:mediawiki/semantic-media-wiki
Frequently asked(5)
What is CVE-2026-77616?
When was CVE-2026-77616 disclosed?
Is CVE-2026-77616 actively exploited?
What is the CVSS score of CVE-2026-77616?
How do I remediate CVE-2026-77616?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-77616
Is Your Infrastructure Affected by CVE-2026-77616?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.