CVE-2025-67646 PUBLISHED

TableProgressTracking's missing CSRF protection allows unauthorized state changes

Assigner: GitHub_M
Reserved: 09.12.2025 Published: 10.12.2025 Updated: 11.12.2025

TableProgressTracking is a MediaWiki extension to track progress against specific criterion. Versions 1.2.0 and below do not enforce CSRF token validation in the REST API. As a result, an attacker could craft a malicious webpage that, when visited by an authenticated user on a wiki with the extension enabled, would trigger unintended authenticated actions through the victim's browser. Due to the lack of token validation, an attacker can delete or track progress against tables. This issue is patched in version 1.2.1 of the extension.

Metrics

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

Product Status

Vendor Telepedia
Product TableProgressTracking
Versions
  • Version < 1.2.1 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE