Cyber Resilience

CVE-2025-54865

HighPublic PoC

Published: 05 August 2025

Published
05 August 2025
Modified
09 October 2025
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0042 62.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-54865 is a high-severity SQL Injection (CWE-89) vulnerability in Ftb-Gamepedia Tilesheets. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 37.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-54865 is a SQL injection vulnerability (CWE-89) in the Tilesheets MediaWiki Extension, which provides a table lookup parser function to retrieve images based on item queries. The flaw stems from a missing backtick in a database query executed by the extension, specifically in the SheetManager.php file at line 255, enabling the injection of malicious SQL code. The vulnerability carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and affects MediaWiki installations using the Tilesheets extension from the FTB-Gamepedia repository.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By crafting malicious input via the extension's parser function, attackers can insert and potentially execute arbitrary SQL code, resulting in limited impacts: low confidentiality (e.g., unauthorized data access), integrity (e.g., data modification), and availability (e.g., denial of service).

The GitHub security advisory (GHSA-hqfr-7cm9-4h87) documents the issue but notes that it has not been fixed, with no patches available as of the CVE publication on 2025-08-05. Security practitioners should disable or remove the Tilesheets extension until a fix is released, and monitor for updates from the repository maintainers.

EU & UK References

Vulnerability details

Tilesheets MediaWiki Extension adds a table lookup parser function for an item and returns the requested image. A missing backtick in a query executed by the Tilesheets extension allows users to insert and potentially execute malicious SQL code. This issue…

more

has not been fixed.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing MediaWiki extension directly enables remote exploitation of a web application without authentication.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

ftb-gamepedia
tilesheets
5.0.1 — 5.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted input to the parser function, blocking the malicious SQL payload that exploits the missing backtick.

prevent

Requires disabling or removing non-essential components such as the unfixed Tilesheets extension until the SQL injection flaw is resolved.

prevent

Mandates prompt remediation of identified flaws (via patch or documented workaround) in the affected MediaWiki extension.

References